JDK-8202118 : javax/net/ssl/DTLS/ClientAuth.java timed out
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 11,13
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-04-23
  • Updated: 2021-04-15
  • Resolved: 2021-04-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.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
javax/net/ssl/DTLS/ClientAuth.java fails intermittently:

test result: Error. Program `/Users/aurora/sandbox_keepme/jdk/bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 983431ms).


Comments
ClientAuth test extends DTLSOverDatagram class which creates DatagramSockets binding to the wildcard/localhost address, that has been a source of instability in many tests. JDK-8264152 fixes DTLSOverDatagram by binding to loopback address instead. That change in the superclass should also fix the occasional failures seen in this test
15-04-2021