On Wed, 2 Jun 2021 14:03:57 GMT, Fernando Guallini <[email protected]> 
wrote:

> The test `SSLSocketImplThrowsWrongExceptions` is failing intermittently after 
> the change: [JDK-8259662: Don't wrap SocketExceptions into SSLExceptions in 
> SSLSocketImpl](https://bugs.openjdk.java.net/browse/JDK-8259662)
> 
> Since SocketExceptions are not wrapped into SSLException, also need to be 
> caught. Other tests that were expecting a SSLException to be thrown under 
> certain condition were updated with a similar fix in the change previously 
> mentioned.
> 
> In addition, thread.sleep was replaced with a CountDownLatch for 
> client/server synchronization

This pull request has now been integrated.

Changeset: 3aa7062c
Author:    Fernando Guallini <[email protected]>
Committer: Rajan Halade <[email protected]>
URL:       
https://git.openjdk.java.net/jdk/commit/3aa7062c3dd41e06df67b46473ee2ef5a9671cf9
Stats:     14 lines in 2 files changed: 0 ins; 3 del; 11 mod

8262409: sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions. SSL 
test failures caused by java failed with "Server reported the wrong exception"

Reviewed-by: rhalade, xuelei

-------------

PR: https://git.openjdk.java.net/jdk/pull/4308

Reply via email to