From: Arpit Singh Date: Wed, 29 Oct 2025 12:36:17 +0000 (+0530) Subject: Ignoring delta performance tests, except test data setup X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f45f0248dbfe0e67858c1bee7b0a9647c9762977;p=cps.git Ignoring delta performance tests, except test data setup - Ignoring only the performance tests for delta report - Removed @Ignore from the test data setup process to check if the fluctuations are due to the data setup. Issue-ID: CPS-3020 Change-Id: I64a15a5a0fb5f293ba125e51680b38a803ee075a Signed-off-by: Arpit Singh --- diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy index 10b4b18344..bba7027b86 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy @@ -38,7 +38,6 @@ class DeltaPerfTest extends CpsPerfTestBase{ def jsonPayload = generateModifiedOpenRoadData(1000, 200, 200, 200) - @Ignore def 'Setup test anchor (please note, subsequent tests depend on this running first).'() { when: 'anchor with modified node data is created' resourceMeter.start() @@ -131,8 +130,7 @@ class DeltaPerfTest extends CpsPerfTestBase{ then: 'the delta is applied and operation completes within expected time' recordAndAssertResourceUsage('CPS:Apply delta report to an anchor', 20.0, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB()) } - - @Ignore + def 'Clean up test data'() { when: 'anchor is deleted' resourceMeter.start()