RFR: 8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
Chris Hegarty
chegar at openjdk.java.net
Thu Aug 19 15:43:25 UTC 2021
On Thu, 19 Aug 2021 14:02:28 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Please find here a patch that fixes intermittent failures in HandshakeFailureTest.java. The test expects an SSLException but finds an AssertionError instead. The AssertionError was too strong and was fired before the Http2Connection had a chance to raise the proper ALPNException.
Marked as reviewed by chegar (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5184
More information about the net-dev
mailing list