We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: