Integrated: 8315696: SignedLoggerFinderTest.java test failed

Sean Coffey coffeys at openjdk.org
Fri Sep 8 14:28:52 UTC 2023


On Tue, 5 Sep 2023 20:06:41 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

> Update the recently added LoggerFinder tests to cater for a possible condition where the test finishes before the boot logger executor service has flushed its pending data.
> 
> By simulating a slow thread in the ExecutorService used in BootstrapLogger, I was able to reproduce the issue described. Adding the `BootstrapLoggerUtils.awaitPending();` call allows the tests to pass.

This pull request has now been integrated.

Changeset: e409d07a
Author:    Sean Coffey <coffeys at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e409d07ae84c693b656c02befb636593f9293635
Stats:     147 lines in 8 files changed: 74 ins; 64 del; 9 mod

8315696: SignedLoggerFinderTest.java test failed

Co-authored-by: Daniel Fuchs <dfuchs at openjdk.org>
Reviewed-by: dfuchs

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

PR: https://git.openjdk.org/jdk/pull/15571


More information about the core-libs-dev mailing list