The following test timed out in the JDK26 CI:
tools/javac/file/FSInfoTest.java
Here's a snippet from the log file:
#section:junit
----------messages:(12/458)----------
command: junit FSInfoTest
reason: User specified action: run junit FSInfoTest
started: Mon Sep 22 21:28:00 UTC 2025
Mode: agentvm
Agent id: 15
Process id: 5448
Additional exports to unnamed modules from @modules: jdk.compiler/com.sun.tools.javac.util jdk.compiler/com.sun.tools.javac.file
Timeout signalled after 120 seconds
Timeout information:
--- Timeout information end.
finished: Mon Sep 22 21:33:24 UTC 2025
elapsed time (seconds): 324.79
----------configuration:(14/1236)*----------
<snip>
----------System.err:(9/358)----------
STARTED FSInfoTest::testInvalidClassPath 'testInvalidClassPath()'
SUCCESSFUL FSInfoTest::testInvalidClassPath 'testInvalidClassPath()' [8624ms]
[ JUnit Containers: found 4, started 4, succeeded 4, failed 0, aborted 0, skipped 0]
[ JUnit Tests: found 1, started 1, succeeded 1, failed 0, aborted 0, skipped 0]
JavaTest Message: Test complete.
----------System.out:(2/148)*----------
Intentionally using an invalid Class-Path entry C:\\* in manifest
(As expected) FSInfo.getJarClassPath threw an IOException - unknown protocol: c
result: Error. "junit" action timed out with a timeout of 120 seconds on agent 15
test result: Error. "junit" action timed out with a timeout of 120 seconds on agent 15
tools/javac/file/FSInfoTest.java
Here's a snippet from the log file:
#section:junit
----------messages:(12/458)----------
command: junit FSInfoTest
reason: User specified action: run junit FSInfoTest
started: Mon Sep 22 21:28:00 UTC 2025
Mode: agentvm
Agent id: 15
Process id: 5448
Additional exports to unnamed modules from @modules: jdk.compiler/com.sun.tools.javac.util jdk.compiler/com.sun.tools.javac.file
Timeout signalled after 120 seconds
Timeout information:
--- Timeout information end.
finished: Mon Sep 22 21:33:24 UTC 2025
elapsed time (seconds): 324.79
----------configuration:(14/1236)*----------
<snip>
----------System.err:(9/358)----------
STARTED FSInfoTest::testInvalidClassPath 'testInvalidClassPath()'
SUCCESSFUL FSInfoTest::testInvalidClassPath 'testInvalidClassPath()' [8624ms]
[ JUnit Containers: found 4, started 4, succeeded 4, failed 0, aborted 0, skipped 0]
[ JUnit Tests: found 1, started 1, succeeded 1, failed 0, aborted 0, skipped 0]
JavaTest Message: Test complete.
----------System.out:(2/148)*----------
Intentionally using an invalid Class-Path entry C:\\* in manifest
(As expected) FSInfo.getJarClassPath threw an IOException - unknown protocol: c
result: Error. "junit" action timed out with a timeout of 120 seconds on agent 15
test result: Error. "junit" action timed out with a timeout of 120 seconds on agent 15
- relates to
-
JDK-8260555 Change the default TIMEOUT_FACTOR from 4 to 1
-
- Resolved
-