Details
-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b25
-
x86_64
-
os_x
Description
The following test timed out in the JDK22 CI:
java/nio/channels/DatagramChannel/Connect.java
Here's a snippet from the log file:
#section:main
----------messages:(10/295)----------
command: main Connect
reason: Assumed action based on file name: run main Connect
started: Fri Jun 23 03:57:01 GMT 2023
Mode: agentvm
Agent id: 15
Timeout refired 480 times
Timeout information:
--- Timeout information end.
finished: Fri Jun 23 04:06:55 GMT 2023
elapsed time (seconds): 593.589
----------configuration:(12/1522)----------
<snip>
result: Error. Agent error: java.lang.Exception: Agent 15 timed out with a timeout of 480 seconds; check console log for any additional details
The log file has no indicators of why the test timed out. I did
a quick check for this history of this test and most runs take
less than one second.
java/nio/channels/DatagramChannel/Connect.java
Here's a snippet from the log file:
#section:main
----------messages:(10/295)----------
command: main Connect
reason: Assumed action based on file name: run main Connect
started: Fri Jun 23 03:57:01 GMT 2023
Mode: agentvm
Agent id: 15
Timeout refired 480 times
Timeout information:
--- Timeout information end.
finished: Fri Jun 23 04:06:55 GMT 2023
elapsed time (seconds): 593.589
----------configuration:(12/1522)----------
<snip>
result: Error. Agent error: java.lang.Exception: Agent 15 timed out with a timeout of 480 seconds; check console log for any additional details
The log file has no indicators of why the test timed out. I did
a quick check for this history of this test and most runs take
less than one second.
Attachments
Issue Links
- relates to
-
JDK-8247614 java/nio/channels/DatagramChannel/Connect.java timed out
-
- Resolved
-