pefernan opened a new issue, #2292: URL: https://github.com/apache/incubator-kie-issues/issues/2292
`QuarkusEventThreadPoolTest.testQuarkusEventThreadPoolMultiThreadLongQueueTest` is randomly failing in CI with an error message `expected: <10000> but was: <9999>`. Apparently the call to `invokeAll()` only waits for originally submitted Future objects, not tasks re-submitted from the overflow buffer. The test would sometimes check assertions before the last re-submitted task completed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
