RFR: 8357285 : JSR166 Test case testShutdownNow_delayedTasks failed

Alan Bateman alanb at openjdk.org
Thu May 22 16:28:52 UTC 2025


On Thu, 22 May 2025 14:19:09 GMT, Viktor Klang <vklang at openjdk.org> wrote:

> Barring other effects, it is likely that this test just needs to have some longer timeouts to ensure that a stall isn't likely to fail the test case. The shouldn't have any impact on test execution duration, as the test looks at tasks which *have not executed yet*.

I think this looks okay and I assume you've testing with debug and -Xcomp to be confident that the tasks will never run.

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

Marked as reviewed by alanb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25394#pullrequestreview-2861875933


More information about the core-libs-dev mailing list