Re: RFR: 8308592: Framework for CA interoperability testing [v12]

2023-09-18 Thread Sean Mullan
On Mon, 18 Sep 2023 20:40:18 GMT, Rajan Halade wrote: >> The new approach uses test URLs directly to verify interoperability with CA >> infrastructure. This would help us avoid having regular test fixes to update >> test artifacts as long as CAs keep test domains up to date. > > Rajan Halade ha

Re: RFR: 8308592: Framework for CA interoperability testing [v12]

2023-09-18 Thread Rajan Halade
> The new approach uses test URLs directly to verify interoperability with CA > infrastructure. This would help us avoid having regular test fixes to update > test artifacts as long as CAs keep test domains up to date. Rajan Halade has updated the pull request with a new target base due to a mer

Re: RFR: 8308592: Framework for CA interoperability testing [v11]

2023-09-18 Thread Sean Mullan
On Fri, 15 Sep 2023 20:29:11 GMT, Rajan Halade wrote: >> The new approach uses test URLs directly to verify interoperability with CA >> infrastructure. This would help us avoid having regular test fixes to update >> test artifacts as long as CAs keep test domains up to date. > > Rajan Halade ha

Re: RFR: JDK-8296631 NSS tests failing on OL9 linux-aarch64 hosts

2023-09-18 Thread Mark Powers
On Thu, 14 Sep 2023 23:18:39 GMT, Valerie Peng wrote: >> https://bugs.openjdk.org/browse/JDK-8296631 > > test/jdk/sun/security/pkcs11/Secmod/AddPrivateKey.java line 74: > >> 72: if (version == 0.0 || version >= 3.55) { >> 73: useSqlite(true); >> 74: } > > Instead of

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-18 Thread Weijun Wang
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote: > sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about > 600 seconds to run. Thus, it drags the execution time of tier2 on large > machines. We can split the run configurations a bit so that test is more > parallel. >

Integrated: JDK-8316341: sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux ppc64le Ubuntu 22

2023-09-18 Thread Matthias Baesken
On Fri, 15 Sep 2023 08:21:00 GMT, Matthias Baesken wrote: > Currently sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux > ppc64le Ubuntu 22, it does not find the NSS libs because the new file system > locations are not handled, unlike on Linux x86_64 . This pull request has now bee

Re: RFR: JDK-8316341: sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux ppc64le Ubuntu 22

2023-09-18 Thread Matthias Baesken
On Fri, 15 Sep 2023 08:21:00 GMT, Matthias Baesken wrote: > Currently sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux > ppc64le Ubuntu 22, it does not find the NSS libs because the new file system > locations are not handled, unlike on Linux x86_64 . Hi Christoph and Lutz, thanks