Make Groovy Performance Test Stable 23/140923/4
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 20 May 2025 15:43:49 +0000 (16:43 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Wed, 21 May 2025 10:50:45 +0000 (11:50 +0100)
commitd2d72b299762ccae0b7cfe8a4af6bccffc1b8baa
treec796fb57c31f81a6564065b8ab6e5b333573894b
parent6c17c31956445465f9ca83893650aca85df7907d
Make Groovy Performance Test Stable

- Removed average calculation where this lead to very small duration and therefore seemingly more variation
- Tweak a few expected duration to get closer to actual average
- Remove memory assertion from resource meter test since they are unreliable and cause the odd error
- Corrected wording on description related to limits

Issue-ID:CPS-2743
Change-Id: Id30bdbe7074297c32a236322fc66ee698fdd8e2b
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
integration-test/src/test/groovy/org/onap/cps/integration/ResourceMeterAccuracyTest.groovy [new file with mode: 0644]
integration-test/src/test/groovy/org/onap/cps/integration/ResourceMeterPerfTest.groovy [deleted file]
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/CpsModuleServicePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeletePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/GetPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/QueryPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/UpdatePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleQueryPerfTest.groovy