diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-08-18 13:15:22 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-08-22 13:25:26 +0100 |
commit | a6633c02eefedcf85639c7d756661f3e756c6634 (patch) | |
tree | 03880652b66e8048a89019296a3b95d220d385c9 /cps-ri/src/test/resources/data/clear-all.sql | |
parent | 06dc882a49e6754f68ff626f246cfbe3136305af (diff) |
Performance Improvement: Insert Yang Resources
Insert batches of yang resources for a schema set into one operation
add batch-sized tests to ensure batch-size logic is covered for all branches
fixed legacy issues in changed test classes
Issue-ID: CPS-1208
Issue-ID: CPS-1126
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I5b2a54ed0895999079975d777ba89d589ed4688b
Diffstat (limited to 'cps-ri/src/test/resources/data/clear-all.sql')
-rw-r--r-- | cps-ri/src/test/resources/data/clear-all.sql | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cps-ri/src/test/resources/data/clear-all.sql b/cps-ri/src/test/resources/data/clear-all.sql index 8a5e8444e7..07c8a7aab5 100644 --- a/cps-ri/src/test/resources/data/clear-all.sql +++ b/cps-ri/src/test/resources/data/clear-all.sql @@ -1,7 +1,7 @@ /* ============LICENSE_START======================================================= Copyright (C) 2020-2021 Pantheon.tech - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020,2022 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,6 @@ DELETE FROM FRAGMENT; DELETE FROM ANCHOR; DELETE FROM DATASPACE; --- following tables are cleared by CASCADE constraint: --- SCHEMA_SET --- SCHEMA_SET_YANG_RESOURCES -DELETE FROM YANG_RESOURCE; +DELETE FROM YANG_RESOURCE +-- following tables are cleared by CASCADE constraint: SCHEMA_SET, SCHEMA_SET_YANG_RESOURCES + |