RFR: 8169086: DTLS tests fail intermittently with too much loops or timeout

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Fri Dec 18 04:46:04 UTC 2020


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

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

Commit messages:
 - Remove problem listed tests
 - 8169086: DTLS tests fail intermittently with too much loops or timeout

Changes: https://git.openjdk.java.net/jdk/pull/1832/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1832&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8169086
  Stats: 10 lines in 2 files changed: 0 ins; 2 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1832.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1832/head:pull/1832

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



More information about the security-dev mailing list