-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b20
-
x86_64
-
windows
The following test timed out in the JDK22 CI:
java/awt/dnd/RejectDragDropActionTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/348)----------
command: main RejectDragDropActionTest
reason: User specified action: run main RejectDragDropActionTest
started: Thu Aug 31 19:09:45 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Thu Aug 31 19:15:17 UTC 2023
elapsed time (seconds): 332.739
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(1/16)----------
STATUS:Passed.
----------rerun:(50/5513)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+14-966\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 332717ms).
Default timeout value of 120 seconds/2 minutes with a default timeoutFactor
of 2 means a total timeout of 240 seconds/4 minutes. The run executed
for 332.739 seconds. The test did manage to pass while the timeout handler
was running. I think this test needs a slightly longer default timeout value.
Perhaps use timeout=180.
java/awt/dnd/RejectDragDropActionTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/348)----------
command: main RejectDragDropActionTest
reason: User specified action: run main RejectDragDropActionTest
started: Thu Aug 31 19:09:45 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Thu Aug 31 19:15:17 UTC 2023
elapsed time (seconds): 332.739
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(1/16)----------
STATUS:Passed.
----------rerun:(50/5513)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+14-966\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 332717ms).
Default timeout value of 120 seconds/2 minutes with a default timeoutFactor
of 2 means a total timeout of 240 seconds/4 minutes. The run executed
for 332.739 seconds. The test did manage to pass while the timeout handler
was running. I think this test needs a slightly longer default timeout value.
Perhaps use timeout=180.
- relates to
-
JDK-8320083 java/awt/dnd/DragTriggerEventTest.java timed out
- In Progress