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

2023-09-15 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. >

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

2023-09-15 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 incrementally with one additional

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

2023-09-15 Thread Christoph Langer
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 . Marked as reviewed by clanger

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

2023-09-15 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 [v10]

2023-09-15 Thread Rajan Halade
On Fri, 15 Sep 2023 17:31:15 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: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-15 Thread Ian Myers
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: 8316031: SSLFlowDelegate should not log from synchronized block

2023-09-15 Thread Daniel Fuchs
On Fri, 15 Sep 2023 12:16:10 GMT, Daniel Fuchs wrote: > The java/net/httpclient/HttpClientLocalAddrTest.java has been observed > failing relatively frequently in timeout - and the log shows a Carrier thread > being pinned. > Whether that's the root cause of the test failure is hard to say, but

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

2023-09-15 Thread Lutz Schmidt
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 . LGTM. Thanks for tracking dow

Integrated: 8312126: NullPointerException in CertStore.getCRLs after 8297955

2023-09-15 Thread Sean Mullan
On Thu, 14 Sep 2023 14:59:07 GMT, Sean Mullan wrote: > Please review this fix for a regression in the LDAP CertStore implementation > where a null CRL issuerName in an X509CRLSelector should be treated as a > CertStoreException instead of a NullPointerException. > > A new test has been added b

Re: RFR: 8316031: SSLFlowDelegate should not log from synchronized block

2023-09-15 Thread Daniel JeliƄski
On Fri, 15 Sep 2023 12:16:10 GMT, Daniel Fuchs wrote: > The java/net/httpclient/HttpClientLocalAddrTest.java has been observed > failing relatively frequently in timeout - and the log shows a Carrier thread > being pinned. > Whether that's the root cause of the test failure is hard to say, but

RFR: 8316031: SSLFlowDelegate should not log from synchronized block

2023-09-15 Thread Daniel Fuchs
The java/net/httpclient/HttpClientLocalAddrTest.java has been observed failing relatively frequently in timeout - and the log shows a Carrier thread being pinned. Whether that's the root cause of the test failure is hard to say, but we should fix the code to avoid pinned threads. This is one pat

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

2023-09-15 Thread Matthias Baesken
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 . - Commit messages: - JDK-8316341 Changes: https://git.openjdk.org/jdk/pull/15759