aboutsummaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-22 15:33:27 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-25 10:04:05 +0100
commit67f01b2c8d785fecfbc1a3f42abf756ef6a673c2 (patch)
tree3bf8ef72922223c576f159ae76f49157da329540 /aai-parent
parent55979e1007defb4fdefc3508bd4234958ef2019c (diff)
Add resiliency test for the GraphCheckerHEADmaster
- introduce IntegrationTest class for Junit 5 based tests that use the spring context - add resiliency test to test GraphChecker behaviour for interrupted network connections to cassandra - leverage testcontainers to run against a cassandra container and toxiproxy Issue-ID: AAI-4070 Change-Id: I2485b5240950ded6201942459f6fcdb4971e43d9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index ff2b4232..e45c009f 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -102,6 +102,7 @@ limitations under the License.
<reflections.version>0.9.10</reflections.version>
<snakeyaml.version>1.29</snakeyaml.version>
<lombok.version>1.18.34</lombok.version>
+ <testcontainers.version>1.20.4</testcontainers.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<javax.annotation.version>1.2</javax.annotation.version>