Task 3: Get delta between an anchor and JSON payload with grouping enabled 63/142363/3
authorArpit Singh <AS00745003@techmahindra.com>
Wed, 12 Nov 2025 12:29:00 +0000 (17:59 +0530)
committerArpit Singh <AS00745003@techmahindra.com>
Tue, 18 Nov 2025 05:42:07 +0000 (11:12 +0530)
Remove @Ignore from the third Delta Report performance test (Get delta between
an anchor and JSON payload with grouping enabled) 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-3033
Change-Id: I17ed5a52657675e9e2d1c0d75033246f09715060
Signed-off-by: Arpit Singh <AS00745003@techmahindra.com>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index c9869ad..00e145f 100644 (file)
@@ -83,7 +83,6 @@ class DeltaPerfTest extends CpsPerfTestBase{
             'all descendants'    | '/openroadm-devices'                                              | INCLUDE_ALL_DESCENDANTS || 20.0
     }
 
-    @Ignore
     def 'Get delta between an anchor and JSON payload with grouping enabled and #scenario'() {
         when: 'attempt to get delta between an anchor and JSON payload'
             resourceMeter.start()