RFR: 8357285 : JSR166 Test case testShutdownNow_delayedTasks failed
Viktor Klang
vklang at openjdk.org
Fri May 23 14:56:58 UTC 2025
On Fri, 23 May 2025 03:22:59 GMT, SendaoYan <syan 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*.
>
> Hi, the test file `/test/jdk/java/util/concurrent/tck/ScheduledExecutorTest.java` seem do not have jtreg entry, is this test use for other jtreg tests. I found that this file has `main` function, how can I run this test.
@sendaoYan For simplicitly I typically execute the entire jdk_concurrent suite. You can get more granular if you want to, but it is trickier to get it done.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25394#issuecomment-2904700844
More information about the core-libs-dev
mailing list