History log of /openjdk9/jdk/test/javax/net/ssl/SSLSession/SessionTimeOutTests.java
Revision Date Author Comments
# 16552:a468135ebe8e 24-Jan-2017 mli

8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
Summary: The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>


# 13470:c20bc888feea 15-Jan-2016 xuelei

8146669: Test SessionTimeOutTests fails intermittently
Reviewed-by: mullan


# 13213:416039f8eef1 02-Dec-2015 xuelei

8144313: Test SessionTimeOutTests can be timeout
Reviewed-by: mullan


# 9372:171791e63397 05-Mar-2014 xuelei

8032473: Restructure JSSE regression test hierarchy in jdk test
Reviewed-by: weijun