From: Arpit Singh Date: Tue, 11 Nov 2025 08:48:18 +0000 (+0530) Subject: Task 2: Merge Get delta between 2 anchors with grouping disabled X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=95445320fdcf8e07afbf5d302b5e09da04727dfb;p=cps.git Task 2: Merge Get delta between 2 anchors with grouping disabled Remove @Ignore from the second Delta Report performance test (Get delta between 2 anchors with grouping disabled) 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-3032 Change-Id: I1b0c2a144dd14c842f55f1f86f133f61a1b21b80 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 cab31747ff..c9869ad42a 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 @@ -65,8 +65,7 @@ class DeltaPerfTest extends CpsPerfTestBase{ 'direct descendants' | '/' | DIRECT_CHILDREN_ONLY || 3.0 'all descendants' | '/' | INCLUDE_ALL_DESCENDANTS || 18.0 } - - @Ignore + def 'Get delta between 2 anchors with grouping disabled and #scenario'() { when: 'attempt to get delta between two 2 anchors' resourceMeter.start()