RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)

2024-05-05 Thread Jaikiran Pai
Can I get a review of this test-only fix which addresses the intermittent failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on Windows? As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test relies on the TLS handshake (of a HTTP request) to fail and then assert

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)

2024-05-05 Thread Jaikiran Pai
On Sun, 5 May 2024 07:13:35 GMT, Jaikiran Pai wrote: > Can I get a review of this test-only fix which addresses the intermittent > failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on > Windows? > > As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test relies

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) [v2]

2024-05-05 Thread Jaikiran Pai
> Can I get a review of this test-only fix which addresses the intermittent > failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on > Windows? > > As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test relies on > the TLS communication (of a HTTP request) to fail