JDK-8297798 : Timeout with DTLSOverDatagram test template
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-11-29
  • Updated: 2024-03-30
  • Resolved: 2022-12-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21
11.0.24-oracleFixed 17.0.10-oracleFixed 21 b03Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
Several javax/net/ssl/DTLS tests have intermittent timeout issues. Several bugs are filed and all those tests use this template. This bug is filed to look at possible improvements to test/jdk/javax/net/ssl/DTLS/DTLSOverDatagram.java class.

javax/net/ssl/DTLS/CipherSuite.java (JDK-8202059)
javax/net/ssl/DTLS/InvalidCookie.java (JDK-8249562)
javax/net/ssl/DTLS/RespondToRetransmit.java (JDK-8280185)
javax/net/ssl/DTLS/PacketLossRetransmission.java (JDK-8280186, JDK-8269887)
javax/net/ssl/DTLS/ClientAuth.java (JDK-8268899)

We also had several other timeout issues reported and fixed: JDK-8264152, JDK-8258914, JDK-8129389

Comments
Fix request [11u] I backport this to streamline the jdk11u testing support based on the change in 17. No risk, only a test change. Trivial adaptions needed. Tests pass. SAP nightly testing passed.
29-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2629 Date: 2024-03-27 13:09:19 +0000
27-03-2024

Fix request [17u] I backport this for parity with 17.0.10-oracle. No risk, only a test change. Trivial resolve. Tests pass. SAP nightly testing passed.
26-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1784 Date: 2023-09-25 08:33:59 +0000
25-09-2023

Changeset: 4b313b51 Author: Matthew Donovan <matthew.p.donovan@oracle.com> Committer: Rajan Halade <rhalade@openjdk.org> Date: 2022-12-15 19:48:35 +0000 URL: https://git.openjdk.org/jdk/commit/4b313b51b1787113961c289a41708e31fa19cacc
15-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11558 Date: 2022-12-07 13:04:28 +0000
07-12-2022