The following test timed out in the JDK22 CI:
java/awt/dnd/DragTriggerEventTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/340)----------
command: main DragTriggerEventTest
reason: User specified action: run main DragTriggerEventTest
started: Tue Nov 14 08:16:04 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Tue Nov 14 10:21:29 UTC 2023
elapsed time (seconds): 7524.27
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(2/47)----------
attempt to drag with delay 32
STATUS:Passed.
----------rerun:(49/5462)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+24-1886\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 7524263ms).
Please note that the test PASSed while the timeout handler was
running. Also note that timeout was signaled at 240 seconds,
but the test's execution time is much, much longer:
elapsed time (seconds): 7524.27
which is 2 hours 5 minutes, 40 seconds.
java/awt/dnd/DragTriggerEventTest.java
Here's a snippet from the log file:
#section:main
----------messages:(9/340)----------
command: main DragTriggerEventTest
reason: User specified action: run main DragTriggerEventTest
started: Tue Nov 14 08:16:04 UTC 2023
Mode: othervm
Additional options from @modules: --add-modules java.desktop
Timeout information:
--- Timeout information end.
finished: Tue Nov 14 10:21:29 UTC 2023
elapsed time (seconds): 7524.27
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(1/37)----------
Timeout signalled after 240 seconds
----------System.err:(2/47)----------
attempt to drag with delay 32
STATUS:Passed.
----------rerun:(49/5462)*----------
<snip>
result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-22+24-1886\windows-x64.jdk\jdk-22\bin\java' timed out (timeout set to 240000ms, elapsed time including timeout handling was 7524263ms).
Please note that the test PASSed while the timeout handler was
running. Also note that timeout was signaled at 240 seconds,
but the test's execution time is much, much longer:
elapsed time (seconds): 7524.27
which is 2 hours 5 minutes, 40 seconds.
- relates to
-
JDK-8308395 javax/sound/sampled/Clip/ClipFlushCrash.java timed out
- Open
-
JDK-8316455 java/awt/dnd/MissedDragEnterTest.java timed out
- Open
-
JDK-8333091 DnD MissingDragExitEventTest.java test timed out
- Open
-
JDK-8333097 DnD DragOverDropTargetPerformanceTest.java test timed out
- Open
-
JDK-8315484 java/awt/dnd/RejectDragDropActionTest.java timed out
- Resolved