Re: RFR: 8268023: Improve diagnostic for HandshakeFailureTest

2021-06-01 Thread Chris Hegarty
On Tue, 1 Jun 2021 12:09:26 GMT, Daniel Fuchs wrote: > Please find below a trivial change to improve diagnostic in case of failure > in the HandshakeFailureTest. > The AssertionError observed will have more information next time it fires, > and the stack trace will appear as the cause of the ru

RFR: 8268023: Improve diagnostic for HandshakeFailureTest

2021-06-01 Thread Daniel Fuchs
Please find below a trivial change to improve diagnostic in case of failure in the HandshakeFailureTest. The AssertionError observed will have more information next time it fires, and the stack trace will appear as the cause of the runtime exception thrown by the test. - Commit mes