From 0133eb03c09c6142b4a98047d00b0145a934dd45 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 28 Feb 2023 18:12:51 +0000 Subject: Create Base and Sample Performance Integration Tests - added data (folders) for different models and json data - added base and data for cps-ncmp (registry) specific test cases - integrated Ahila's (large) openroadm model and data (corrected version provided by Lee Anjella) - created profiles to exclude/include *PerfTest - fixed dependency test check - included integration test for overall coverage - increased margings in existing perf test to reduce nordix intermitten failures Issue-ID: CPS-1516 Signed-off-by: ToineSiebelink Change-Id: Ia82826f610636c14aa7e8939b385c278e5039817 --- .../src/test/resources/liquibase/test-changelog.yaml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'integration-test/src/test/resources/liquibase/test-changelog.yaml') diff --git a/integration-test/src/test/resources/liquibase/test-changelog.yaml b/integration-test/src/test/resources/liquibase/test-changelog.yaml index 0c881b802..47d99072c 100644 --- a/integration-test/src/test/resources/liquibase/test-changelog.yaml +++ b/integration-test/src/test/resources/liquibase/test-changelog.yaml @@ -353,19 +353,6 @@ databaseChangeLog: name: schema_node_id indexName: FKI_SCHEMA_NODE_ID_TO_ID tableName: fragment - - changeSet: - id: 1-21 - author: cps - changes: - - createIndex: - columns: - - column: - name: xpath - - column: - name: dataspace_id - indexName: UQ_FRAGMENT_XPATH - tableName: fragment - unique: true - changeSet: id: 1-22 author: cps -- cgit 1.2.3-korg