Integrated: 8258951: java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
Daniel Fuchs
dfuchs at openjdk.java.net
Fri Aug 20 09:08: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.
This pull request has now been integrated.
Changeset: db9834ff
Author: Daniel Fuchs <dfuchs at 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
More information about the net-dev
mailing list