Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366776

Timeout on ExpSwitchNestingTest.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 26
    • tools
    • None

      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

            Unassigned Unassigned
            lkorinth Leo Korinth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: