Migrate query tests to integration-test module #6 79/133979/17
authordanielhanrahan <daniel.hanrahan@est.tech>
Tue, 4 Apr 2023 13:56:09 +0000 (14:56 +0100)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Thu, 13 Apr 2023 08:48:21 +0000 (08:48 +0000)
commit0bc4f677b59b616ebc5eb5e4fd9529ca2a497cf6
tree236a5e53a138c0efbd9ff04e1bf935eb9c5a30bf
parent29bd67355d8faa084b48b19def96e9c06b85868e
Migrate query tests to integration-test module #6

- Remove old tests and broken test data, where fragments in
  ANCHOR-005 have parent fragments in ANCHOR-004
- Migrate tests to new test framework using bookstore model
- Add two bookstore anchors to test querying across both
- Add bookstore data to another test dataspace, to verify querying
  across anchors should be limited to one dataspace
- Lower minimum module coverage, since cps-ri tests are now in
  integration-test
- @Ignore failing tests for now

Issue-ID: CPS-1595
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I808de288961cb84a486052f9e1dc8fed5f2afe03
cps-ri/pom.xml
cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsDataPersistenceQueryDataNodeSpec.groovy [deleted file]
cps-ri/src/test/resources/data/cps-path-query.sql [deleted file]
integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/base/FunctionalSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/CpsDataServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/CpsQueryServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/CpsPerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpRegistryPerfTestBase.groovy