Skip to content

Commit

Permalink
chore: annihilate business tests (#374)
Browse files Browse the repository at this point in the history
* chore(test): remove business tests

* fix test-infra

* add SQL migrations to reflect recent upstream changes
  • Loading branch information
paullatzelsperger authored May 18, 2023
1 parent c8594fd commit bb9788f
Show file tree
Hide file tree
Showing 76 changed files with 87 additions and 5,181 deletions.
327 changes: 0 additions & 327 deletions .github/workflows/business-tests.yaml

This file was deleted.

161 changes: 0 additions & 161 deletions docs/development/Run-business-tests-local.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--
-- Copyright (c) 2022 Mercedes-Benz Tech Innovation GmbH
--
-- This program and the accompanying materials are made available under the
-- terms of the Apache License, Version 2.0 which is available at
-- https://www.apache.org/licenses/LICENSE-2.0
--
-- SPDX-License-Identifier: Apache-2.0
--
-- Contributors:
-- Mercedes-Benz Tech Innovation GmbH - EDC Snapshot 20220815 Update
--

-- add columns
ALTER TABLE edc_asset_property
ADD COLUMN property_is_private BOOLEAN;
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--
-- Copyright (c) 2022 Mercedes-Benz Tech Innovation GmbH
--
-- This program and the accompanying materials are made available under the
-- terms of the Apache License, Version 2.0 which is available at
-- https://www.apache.org/licenses/LICENSE-2.0
--
-- SPDX-License-Identifier: Apache-2.0
--
-- Contributors:
-- Mercedes-Benz Tech Innovation GmbH - EDC Snapshot 20221201 Update
--

-- add columns
ALTER TABLE edc_contract_definitions
DROP COLUMN validity;
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--
-- Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
--
-- This program and the accompanying materials are made available under the
-- terms of the Apache License, Version 2.0 which is available at
-- https://www.apache.org/licenses/LICENSE-2.0
--
-- SPDX-License-Identifier: Apache-2.0
--
-- Contributors:
-- Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation
--

-- alter type of column "type"
ALTER TABLE edc_contract_negotiation
ALTER COLUMN type TYPE VARCHAR
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--
-- Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
--
-- This program and the accompanying materials are made available under the
-- terms of the Apache License, Version 2.0 which is available at
-- https://www.apache.org/licenses/LICENSE-2.0
--
-- SPDX-License-Identifier: Apache-2.0
--
-- Contributors:
-- Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation
--

-- add column
ALTER TABLE edc_transfer_process
RENAME COLUMN transferprocess_properties TO properties;
ALTER TABLE edc_transfer_process
DROP COLUMN IF EXISTS transfer_type;
19 changes: 0 additions & 19 deletions edc-tests/cucumber/README.md

This file was deleted.

60 changes: 0 additions & 60 deletions edc-tests/cucumber/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bb9788f

Please sign in to comment.