Check why system tests are failing only on Linux Java 11 build constantly.
I ran on my laptop both:
./mvnw verify -f integration-test/ -Dfast -Djava.test.version=1.8 -Djava.test.vendor=zulu
and
./mvnw verify -f integration-test/ -Dfast -Djava.test.version=1.11 -Djava.test.vendor=zulu
I was able to confirm that tests are running with the correct JVM and both commands are successful.
But the linux build on jenkins running java 11 for tests is failing.
Check why system tests are failing only on Linux Java 11 build constantly.
I ran on my laptop both:
./mvnw verify -f integration-test/ -Dfast -Djava.test.version=1.8 -Djava.test.vendor=zuluand
./mvnw verify -f integration-test/ -Dfast -Djava.test.version=1.11 -Djava.test.vendor=zuluI was able to confirm that tests are running with the correct JVM and both commands are successful.
But the linux build on jenkins running java 11 for tests is failing.