-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
CA interoperability tests fail #4808
Comments
These tests should get excluded if the new framework has not been delivered to our upstream mirrors. We should not be going into another release period with all of these tests failing as it makes it very difficult to see other unknown, misunderstood failures. |
Tests failed as the new framework merged. May need to open the issue in JBS. Will exclude in this release. |
Those 44 tests are in one file. It is currently not possible to exclude all the tests in a file with a single entry. See CODETOOLS-7902265. Have to exclude one by one |
same for 11, 17 |
There are 45 testcases in the jdk_security_infra target, 44 are failing. We can exclude the entire jdk_security_infra target in the playlist and should link to an upstream bug that gets raised to report the issue (assuming it is an upstream issue and not our mirror failing to pick up the new framework). From recent TAP file https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_x86-64_linux_testList_1/33/tapResults/:
|
Ok, I see you went the ProblemList route, now I see your PR. |
We just tested 21 as we also had this issue. I don't know the background on why we've been generating the cacerts file and replacing the one thats built by default, however if you run the tests with the default cacert then the tests pass (we confirmed that the alias being searched for is in the default cacert file and not the one generated from the mozilla source I don't know (again because of the background) which cacert file (if any) would be needed for TCK |
We will see what happens in our dry run tomorrow. These jtreg tests will be excluded and investigated (sounds like an area of improvement upstream to be able to support or skip in the event of other cacerts in use). |
Note for now we might just disable those tests for Temurin as https://github.com/adoptium/temurin-build/tree/master/security |
Given these test cases are not valid for any vendor (including Adoptium) who has their own CA certs, this may become a permanent exclude (where we track it against a closed issue with no intention to re-enable). |
adoptium#4808 Signed-off-by: Sophia Guo <[email protected]>
#4808 Signed-off-by: Sophia Guo <[email protected]>
CA interoperability tests fail on all platforms with error message
https://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_x86-64_linux_testList_1/24/testReport/junit/security_infra_java_security_cert_CertPathValidator_certification_CAInterop/java_amazonrootca1/CAInterop_amazonrootca1/
The new framework for interoperability testing https://bugs.openjdk.org/browse/JDK-8308592.
Similar https://bugs.openjdk.org/browse/JDK-8316381
The text was updated successfully, but these errors were encountered: