I found this timeout after integration of "JDK-8260555 Change the default TIMEOUT_FACTOR from 4 to 1"
I will not just make the test have longer timeout as I do not understand /why/ it times out. All junit tests succeed according to the log. And much faster than 120 seconds.
----------System.err:(21/1376)----------
STARTED ExpSwitchNestingTest::testEswitch 'testEswitch()'
SUCCESSFUL ExpSwitchNestingTest::testEswitch 'testEswitch()' [11130ms]
STARTED ExpSwitchNestingTest::testBreakExpressionLabelDisambiguation 'testBreakExpressionLabelDisambiguation()'
SUCCESSFUL ExpSwitchNestingTest::testBreakExpressionLabelDisambiguation 'testBreakExpressionLabelDisambiguation()' [127ms]
STARTED ExpSwitchNestingTest::testFunReturningSwitchExp 'testFunReturningSwitchExp()'
SUCCESSFUL ExpSwitchNestingTest::testFunReturningSwitchExp 'testFunReturningSwitchExp()' [23ms]
STARTED ExpSwitchNestingTest::testNestedInExpSwitch 'testNestedInExpSwitch()'
SUCCESSFUL ExpSwitchNestingTest::testNestedInExpSwitch 'testNestedInExpSwitch()' [520ms]
STARTED ExpSwitchNestingTest::testContinueLoops 'testContinueLoops()'
SUCCESSFUL ExpSwitchNestingTest::testContinueLoops 'testContinueLoops()' [91ms]
STARTED ExpSwitchNestingTest::testReallySimpleCases 'testReallySimpleCases()'
SUCCESSFUL ExpSwitchNestingTest::testReallySimpleCases 'testReallySimpleCases()' [255ms]
STARTED ExpSwitchNestingTest::testLambda 'testLambda()'
SUCCESSFUL ExpSwitchNestingTest::testLambda 'testLambda()' [380ms]
[ JUnit Containers: found 4, started 4, succeeded 4, failed 0, aborted 0, skipped 0]
[ JUnit Tests: found 7, started 7, succeeded 7, failed 0, aborted 0, skipped 0]
JavaTest Message: Test complete.
result: Error. "junit" action timed out with a timeout of 120 seconds on agent 16
test result: Error. "junit" action timed out with a timeout of 120 seconds on agent 16
I will not just make the test have longer timeout as I do not understand /why/ it times out. All junit tests succeed according to the log. And much faster than 120 seconds.
----------System.err:(21/1376)----------
STARTED ExpSwitchNestingTest::testEswitch 'testEswitch()'
SUCCESSFUL ExpSwitchNestingTest::testEswitch 'testEswitch()' [11130ms]
STARTED ExpSwitchNestingTest::testBreakExpressionLabelDisambiguation 'testBreakExpressionLabelDisambiguation()'
SUCCESSFUL ExpSwitchNestingTest::testBreakExpressionLabelDisambiguation 'testBreakExpressionLabelDisambiguation()' [127ms]
STARTED ExpSwitchNestingTest::testFunReturningSwitchExp 'testFunReturningSwitchExp()'
SUCCESSFUL ExpSwitchNestingTest::testFunReturningSwitchExp 'testFunReturningSwitchExp()' [23ms]
STARTED ExpSwitchNestingTest::testNestedInExpSwitch 'testNestedInExpSwitch()'
SUCCESSFUL ExpSwitchNestingTest::testNestedInExpSwitch 'testNestedInExpSwitch()' [520ms]
STARTED ExpSwitchNestingTest::testContinueLoops 'testContinueLoops()'
SUCCESSFUL ExpSwitchNestingTest::testContinueLoops 'testContinueLoops()' [91ms]
STARTED ExpSwitchNestingTest::testReallySimpleCases 'testReallySimpleCases()'
SUCCESSFUL ExpSwitchNestingTest::testReallySimpleCases 'testReallySimpleCases()' [255ms]
STARTED ExpSwitchNestingTest::testLambda 'testLambda()'
SUCCESSFUL ExpSwitchNestingTest::testLambda 'testLambda()' [380ms]
[ JUnit Containers: found 4, started 4, succeeded 4, failed 0, aborted 0, skipped 0]
[ JUnit Tests: found 7, started 7, succeeded 7, failed 0, aborted 0, skipped 0]
JavaTest Message: Test complete.
result: Error. "junit" action timed out with a timeout of 120 seconds on agent 16
test result: Error. "junit" action timed out with a timeout of 120 seconds on agent 16
- relates to
-
JDK-8367026 Reorder the timeout failure handler commands to have jstack run before the rest
-
- Open
-
-
JDK-8260555 Change the default TIMEOUT_FACTOR from 4 to 1
-
- Resolved
-