Skip to content
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

jtreg CAInterop.java#certainlyroote1 run fail with cacerts which generated by ./mk-cacerts.sh #3768

Open
sendaoYan opened this issue Apr 24, 2024 · 2 comments
Labels
testing Issues that enhance or fix our test suites

Comments

@sendaoYan
Copy link

What are you trying to do?

rm -rf tmp ; jtreg -v:fail,error -nr -w tmp -jdk:build/linux-x86_64-server-release/images/jdk test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1 | tail -n 5
git clone git@github.com:adoptium/temurin-build.git
cd temurin-build/security/
cd -
mv build/linux-x86_64-server-release/images/jdk/lib/security/cacerts build/linux-x86_64-server-release/images/jdk/lib/security/cacerts-ori
cp temurin-build/security/cacerts build/linux-x86_64-server-release/images/jdk/lib/security/cacerts
rm -rf tmp ; jtreg -v:fail,error -nr -w tmp -jdk:build/linux-x86_64-server-release/images/jdk test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1 | tail -n 5

Expected behaviour:
jtreg CAInterop.java#certainlyroote1 run passed with cacerts which generated by ./mk-cacerts.sh

Observed behaviour:
jtreg CAInterop.java#certainlyroote1 run passed with cacerts which generated by configure && make all

jtreg CAInterop.java#certainlyroote1 run failed with cacerts which generated by ./mk-cacerts.sh

image

Any other comments:

@github-actions github-actions bot added the testing Issues that enhance or fix our test suites label Apr 24, 2024
@smlambert
Copy link
Contributor

Is this new behaviour? Noting that CAcerts were updated in March, #3697 (comment)

@sendaoYan
Copy link
Author

Is this new behaviour? Noting that CAcerts were updated in March, #3697 (comment)

Maybe it's a new behaviour. The dragonwell17/dragonwell21 nightly has new failure of security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1 these two days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues that enhance or fix our test suites
Projects
None yet
Development

No branches or pull requests

2 participants