-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
19
-
x86_64
-
os_x
The following test timed out in the JDK19 CI:
javax/net/ssl/DTLSv10/DTLSv10EnginesClosureTest.java
Here's a snippet from the log file:
Handshake loop 24: round 1
==========================
Client handshake (wrap) status NEED_UNWRAP
Server handshake (unwrap) status NEED_TASK
Handshake loop 24: round 2
==========================
Server handshake (wrap) status NEED_TASK
Client handshake (unwrap) status NEED_UNWRAP
Running delegated tasks...
Timeout refired 480 times
----------System.err:(0/0)----------
----------rerun:(48/10602)*----------
<snip>
result: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-19+8-445/macosx-x64.jdk/jdk-19.jdk/Contents/Home/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 729748ms).
javax/net/ssl/DTLSv10/DTLSv10EnginesClosureTest.java
Here's a snippet from the log file:
Handshake loop 24: round 1
==========================
Client handshake (wrap) status NEED_UNWRAP
Server handshake (unwrap) status NEED_TASK
Handshake loop 24: round 2
==========================
Server handshake (wrap) status NEED_TASK
Client handshake (unwrap) status NEED_UNWRAP
Running delegated tasks...
Timeout refired 480 times
----------System.err:(0/0)----------
----------rerun:(48/10602)*----------
<snip>
result: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-19+8-445/macosx-x64.jdk/jdk-19.jdk/Contents/Home/bin/java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 729748ms).
- relates to
-
JDK-8212803 javax/net/ssl/DTLSv10/ tests failed with Too much loops for handshaking
- Closed