On Fri, 18 Dec 2020 01:05:47 GMT, Xue-Lei Andrew Fan <[email protected]> wrote:
> There are a few intermittent timeout in the DTLS regression test in JDK. In > the DTLS implementation, invalid record is not discarded in the ByteBuffers. > So, the next unwrap() will repeat the reading and thus there is a potential > dead loop. The DTLS test failure cannot reproduced, and I'm not very sure if > this is the root cause. Let see if the intermittent failure could be fixed > or not with this update. > > No new regression, the existing > javax/net/ssl/DTLS/PacketLossRetransmission.java test will be used instead. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8169086 This pull request has now been integrated. Changeset: 3c488199 Author: Xue-Lei Andrew Fan <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/3c488199 Stats: 10 lines in 2 files changed: 0 ins; 2 del; 8 mod 8169086: DTLS tests fail intermittently with too much loops or timeout Reviewed-by: ascarpino ------------- PR: https://git.openjdk.java.net/jdk/pull/1832
