Task 2: Merge Get delta between 2 anchors with grouping disabled 59/142359/2
authorArpit Singh <AS00745003@techmahindra.com>
Tue, 11 Nov 2025 08:48:18 +0000 (14:18 +0530)
committerArpit Singh <as00745003@techmahindra.com>
Tue, 11 Nov 2025 09:52:36 +0000 (09:52 +0000)
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 <AS00745003@techmahindra.com>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index cab3174..c9869ad 100644 (file)
@@ -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()