Task 1: Merge Get delta between 2 anchors with grouping enabled test 53/142353/1
authorArpit Singh <AS00745003@techmahindra.com>
Wed, 5 Nov 2025 07:54:06 +0000 (13:24 +0530)
committerArpit Singh <AS00745003@techmahindra.com>
Wed, 5 Nov 2025 07:54:06 +0000 (13:24 +0530)
- 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 <AS00745003@techmahindra.com>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

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