Add tests for 32K limit for collection parameters 26/134126/4
authordanielhanrahan <daniel.hanrahan@est.tech>
Thu, 13 Apr 2023 17:53:59 +0000 (18:53 +0100)
committerDaniel Hanrahan <daniel.hanrahan@est.tech>
Fri, 14 Apr 2023 16:17:10 +0000 (16:17 +0000)
commit375f84708e981d5943d170913dec08d3365a0b1f
tree5fa6715bc6ba91fd8be4665354e75e350ca19439
parentc4621cbcb1f9aad97ba3389468546444d1e9f3dc
Add tests for 32K limit for collection parameters

SQL queries taking collection parameters currently create a seperate
query parameter for each collection element. There is a limit of
around 2^15 (32,768) query parameters.

- Add tests for cps-service methods exceeding the collection size limit

Issue-ID: CPS-1573
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I7169b3604f4dd0bb23bba8ff33f0102c43052c03
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/CpsAdminServiceLimits.groovy [new file with mode: 0644]
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/CpsDataServiceLimits.groovy [new file with mode: 0644]
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/GetPerfTest.groovy