temurin-build icon indicating copy to clipboard operation
temurin-build copied to clipboard

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

Open sendaoYan opened this issue 10 months ago • 2 comments

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 [email protected]: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:

sendaoYan avatar Apr 24 '24 09:04 sendaoYan

Is this new behaviour? Noting that CAcerts were updated in March, https://github.com/adoptium/temurin-build/pull/3697#issuecomment-1994007189

smlambert avatar Apr 25 '24 02:04 smlambert

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.

sendaoYan avatar Apr 25 '24 02:04 sendaoYan