Re: RFR: 8315696: SignedLoggerFinderTest.java test failed

2023-09-08 Thread Daniel Fuchs
On Tue, 5 Sep 2023 20:06:41 GMT, Sean Coffey 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

RFR: 8315696: SignedLoggerFinderTest.java test failed

2023-09-06 Thread Sean Coffey
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. A