-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdk 17 jdk_security_infra_1 tests fail on xlinux #2363
Comments
It has been found that these tests fail only on our docker nodes, such as test-docker-ubuntu2010-x64-3. It passes on test-packet-ubuntu1604-x64-1. I have spun up a docker container on test-packet-ubuntu1604-x64-1, and on that it passes. So I think the error lies within the network config of the host machines of the docker containers on which the tests fail. Those machines are dockerhost-equinix-ubuntu2004-x64-1 and 2 |
security/infra/java/security/cert/CertPathValidator/certification/EntrustCA.java failed and passed on same docker nodes test-marist-ubuntu1804-s390x-3. |
Needs retesting on a variety of current nodes. |
security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java is no longer in JDK17u https://github.com/adoptium/jdk17u/tree/master/test/jdk/security/infra/java/security/cert/CertPathValidator/certification While rerunning the other 2 tests, I get a strange failure
No tests selected is a strange error to have |
Noting that |
And if you look in the output of the Grinder, we also list the issue that it is excluded under |
👍 Not seen that before. Useful! I hadn't looked up from the summary.
|
I'm going to try and summarise what I believe is the current situation. See also slack thread:
Running Potentially also related: adoptium/aqa-tests#2123 |
The comment at #2363 (comment) intrigues me though. Given the nature of the problem as described in the issues in the previous comment, it seems unlikely that this would be machine specific, so it may be worth running it (manually) on a selection of machines to see if we have an underlying issue here, but given the exclusions I would now consider this low priority for this iteration :-) Sample reproducer: |
Execution failed: main' threw exception: java.lang.RuntimeException: TEST FAILED: couldn't determine EE certificate status
https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-64_linux_testList_0/15/testReport/
security/infra/java/security/cert/CertPathValidator/certification/DTrustCA.java.DTrustCA
security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java.HaricaCA
security/infra/java/security/cert/CertPathValidator/certification/SSLCA.java.SSLCA
https://bugs.openjdk.java.net/browse/JDK-8194170 suggests it is a machine issue
Related issue adoptium/aqa-tests#2074
The text was updated successfully, but these errors were encountered: