Code Review Request: JDK-8130460 Increase the stability of DTLS test CipherSuite.java

Xuelei Fan xuelei.fan at oracle.com
Mon Jul 6 01:11:34 UTC 2015


Hi,

Please review this simple fix.

   http://cr.openjdk.java.net/~xuelei/8130460/webrev.00/

The DTLS test, javax/net/ssl/DTLS/CipherSuite.java, failed in nightly
regression intermittent.  In the test, it only allows 10 times app
packet loss and 60 times handshake packet loss.  This value is
reasonable in general, but may be not big enough if the system
networking is heavy loaded.  With this update, I plan to increase the
packet loss limitation in order to increase the stability of the related
tests.

Thanks,
Xuelei



More information about the security-dev mailing list