-
Notifications
You must be signed in to change notification settings - Fork 728
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
OpenJDK java/security/cert/CertPathBuilder/akiExt/AKISerialNumber - unable to find valid certification path to requested target #18875
Comments
It's failing everywhere today, although it didn't fail yesterday. I expect something in the test expired. Exclude it while it's investigated. eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
This started failing in the 0.43 release builds, a few in the nightly builds last night (probably in the tests that started later), in the jdk8, jdk11, jdk17 acceptance builds running today. I expect something in the test expired. Exclude it while it's investigated. |
) It's failing everywhere today, although it didn't fail yesterday. I expect something in the test expired. Exclude it while it's investigated. eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Looking at the various certificates within the test starting with the root CA certificate it appears that all the certificates have expired. This explains why the tests are suddenly failing. Placing these values into a PEM and listing their contents shows them all expiring on Feb 1st. Root CA:
Intermediate CA:
End entity certificate:
|
…optium#5030) It's failing everywhere today, although it didn't fail yesterday. I expect something in the test expired. Exclude it while it's investigated. eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
) (#5032) It's failing everywhere today, although it didn't fail yesterday. I expect something in the test expired. Exclude it while it's investigated. eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Should check if the test is fixed in 24_02 and can be unexcluded. |
The test was fixed via https://bugs.openjdk.org/browse/JDK-8325096 The fix is in all versions except jdk8, which should arrive later. Issue eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
The test was fixed via https://bugs.openjdk.org/browse/JDK-8325096 |
) The test was fixed via https://bugs.openjdk.org/browse/JDK-8325096 The fix is in all versions except jdk8, which should arrive later. Issue eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Fixed in jdk8 via ibmruntimes/openj9-openjdk-jdk8@62422919d2 Created adoptium/aqa-tests#5366 to unexclude the test. |
Issue eclipse-openj9/openj9#18875 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Internal build - mac11x64rt10
jdk_security1_0
java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java
The text was updated successfully, but these errors were encountered: