- Ignoring only the performance tests for delta report
- Removed @Ignore from the test data setup process to check if the
fluctuations are due to the data setup.
Issue-ID: CPS-3020
Change-Id: I64a15a5a0fb5f293ba125e51680b38a803ee075a
Signed-off-by: Arpit Singh <AS00745003@techmahindra.com>
def jsonPayload = generateModifiedOpenRoadData(1000, 200, 200, 200)
- @Ignore
def 'Setup test anchor (please note, subsequent tests depend on this running first).'() {
when: 'anchor with modified node data is created'
resourceMeter.start()
then: 'the delta is applied and operation completes within expected time'
recordAndAssertResourceUsage('CPS:Apply delta report to an anchor', 20.0, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB())
}
-
- @Ignore
+
def 'Clean up test data'() {
when: 'anchor is deleted'
resourceMeter.start()