klease opened a new pull request #6585: URL: https://github.com/apache/camel/pull/6585
Address issues described in subtasks of CAMEL-17064 which cause some core tests to fail on the first test run due to use of Junit5 parallel execution. CAMEL-17180: Tests using camel timeouts are not reliable when several tests are run in parallel. Add the Junit @Isolated notation to ensure that these tests are not run at the same time as others. CAMEL-17297: DurationRoutePolicy test cases are improved by adding a delay before starting the timer. CAMEL-17349: AggregateTimeoutWith{No}ExecutorServiceTest are corrected by ensuring that only threads for the relevant context are counted. CAMEL-17343: Modify SedaDefaultDiscardWhenFullTest and SedaDiscardWhenFullTest to ensure that the mock has consumed an event instead of relying solely on timeout. Other: TwoRouteSuspendResumeTest was checking a queue for seda:bar which is not a route in this tests; changed the test to check the seda:foo queue instead. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org