Ensure that graphadmin schema-create-job exits with a non-zero exit code in case... 74/140274/2 1.15.6
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 19 Feb 2025 14:31:04 +0000 (15:31 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 19 Feb 2025 14:36:01 +0000 (15:36 +0100)
commitb30708d49f7e823a1b3bb04297975aea1be3e512
tree34f53d2635ae4f0e972757187b4f423e70384246
parent9d29c261a394ee6d61b3ed1ea6d2e7288a20cee9
Ensure that graphadmin schema-create-job exits with a non-zero exit code in case of failure

- currently, when the GenTester program fails, it is not terminating with a non-zero exit code
- the consequence of this is that the initContainer/job that executes this is stuck and waits forever
- this changes the code in case of failure, which in turn should cause a retry for the container
- also bump version to 1.15.6-SNAPSHOT

Issue-ID: AAI-4136
Change-Id: Ic8a26df66f2ae1a55a1547b562cc6f042f5a513b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml
src/main/java/org/onap/aai/schema/GenTester.java
version.properties