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

Intermittent test failures in SandboxAppTest

XMLWordPrintable

      Even after the fix for JDK-8246099 I occasionally see these test failures on Windows:

      > Task :systemTests:test

      test.sandbox.SandboxAppTest > testFXApp FAILED
          java.lang.Exception: test timed out after 25000 milliseconds
              at java.base@15/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
              at java.base@15/java.lang.ProcessImpl.waitFor(ProcessImpl.java:550)
              at app//test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:70)
              at app//test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
              at app//test.sandbox.SandboxAppTest.testFXApp(SandboxAppTest.java:105)

      test.sandbox.SandboxAppTest > testFXNonApp FAILED
          java.lang.Exception: test timed out after 25000 milliseconds
              at java.base@15/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
              at java.base@15/java.lang.ProcessImpl.waitFor(ProcessImpl.java:550)
              at app//test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:70)
              at app//test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
              at app//test.sandbox.SandboxAppTest.testFXNonApp(SandboxAppTest.java:110)

      It rarely happens on a local system, but I frequently see it on our nightly test job.

            Unassigned Unassigned
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: