Add delete performance tests 05/132905/7
authordanielhanrahan <daniel.hanrahan@est.tech>
Thu, 12 Jan 2023 09:55:56 +0000 (09:55 +0000)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Tue, 17 Jan 2023 12:59:51 +0000 (12:59 +0000)
commit35e5646fef7402cb922cb20ef08cfd4e032a4a2c
tree09d4920c8403ae4cf4cc0aa1aabdcf113107ec5c
parentecfce9d3e46410e1158c0f640fa833c101c4bda4
Add delete performance tests

- move existing delete tests to new class
- add tests for deleting lists and list elements
- add test for deleting root node

Issue-ID: CPS-1437
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I81228aa9473ed28d550db64b28c38abb1c1016f5
cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsPersistencePerfSpecBase.groovy [new file with mode: 0644]
cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsDataPersistenceServiceDeletePerfTest.groovy [new file with mode: 0644]
cps-ri/src/test/groovy/org/onap/cps/spi/performance/CpsDataPersistenceServicePerfTest.groovy