From: Arpit Singh Date: Wed, 5 Nov 2025 07:54:06 +0000 (+0530) Subject: Task 1: Merge Get delta between 2 anchors with grouping enabled test X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=747ba641d7ebbc375ebf6f987c4b979bdd7bf372;p=cps.git Task 1: Merge Get delta between 2 anchors with grouping enabled test - Remove @Ignore from the first Delta Report performance test (Get delta between 2 anchors with grouping enabled) to verify if the Jenkins build remains stable or fails due to this test. Purpose: This change is part of an investigation to identify which Delta Report performance test is causing the build failures. Issue-ID: CPS-3031 Change-Id: I96588ab0d16548775b23a513a1d1872d7a5ed671 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 bba7027b86..cab31747ff 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 @@ -49,7 +49,6 @@ class DeltaPerfTest extends CpsPerfTestBase{ recordAndAssertResourceUsage('CPS: Creating modified openroadm anchor', 25, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB(), false) } - @Ignore def 'Get delta between 2 anchors with grouping enabled and #scenario'() { when: 'attempt to get delta between two 2 anchors' resourceMeter.start()