On Thu, 19 Aug 2021 14:02:28 GMT, Daniel Fuchs <dfu...@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. This pull request has now been integrated. Changeset: db9834ff Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/db9834ff82ce477e5c38c8873d39f54882627746 Stats: 8 lines in 2 files changed: 3 ins; 0 del; 5 mod 8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException" Reviewed-by: chegar ------------- PR: https://git.openjdk.java.net/jdk/pull/5184