From 95445320fdcf8e07afbf5d302b5e09da04727dfb Mon Sep 17 00:00:00 2001 From: Arpit Singh Date: Tue, 11 Nov 2025 14:18:18 +0530 Subject: [PATCH] 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 --- .../org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -- 2.16.6