On Tue, 5 Sep 2023 20:06:41 GMT, Sean Coffey <coff...@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 <coff...@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 <dfu...@openjdk.org> Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/15571