RFR: 8246099: Intermittent test failures in SandboxAppTest

Ambarish Rapte arapte at openjdk.java.net
Fri May 29 08:15:38 UTC 2020


On Thu, 28 May 2020 21:02:08 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> This is a fix for an intermittent test failure, due to a timeout, in `SandboxAppTest` that we are starting to see on
> some of our test machines.
> The failure is happening because of a 10 second timeout in the launched application. This doesn't seem to be enough to
> run the test to completion in all cases. I note that the similar launched apps, such as those launched by
> `MainLauncherTest`, `ModuleLauncherTest`, and `JarLauncherTest` don't have a timeout (they just rely on the timeout
> value of the launching test itself).  The app timeout was just added to prevent the test suite from hanging if the
> application were to get stuck, so there is no need for it to be such a small value (nor to have it be less than the
> test timeout).  The proposed solution is to increase the app timeout to 30 seconds (up from 10) and the test timeout to
> 25 (up from 15).

Marked as reviewed by arapte (Reviewer).

-------------

PR: https://git.openjdk.java.net/jfx/pull/241


More information about the openjfx-dev mailing list