'all descendants' | INCLUDE_ALL_DESCENDANTS || 6.0
}
- @Ignore
def 'Get delta between an anchor and JSON payload with grouping disabled and #scenario'() {
when: 'attempt to get delta between an anchor and JSON payload'
resourceMeter.start()
resourceMeter.stop()
def durationInSeconds = resourceMeter.getTotalTimeInSeconds()
then: 'the delta is returned and operation completes within expected time'
- recordAndAssertResourceUsage('CPS:Delta between anchor and JSON, without grouping', expectedDuration, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB())
+ recordAndAssertResourceUsage('CPS:Delta of anchor-JSON no grouping ${scenario}', expectedDuration, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB())
where: 'the following parameters are used'
scenario | fetchDescendantsOption || expectedDuration
'no descendants' | OMIT_DESCENDANTS || 6.0