Guillaume Nodet created CAMEL-23922:
---------------------------------------
Summary: Fix flaky WireTap and concurrent route tests in camel-core
Key: CAMEL-23922
URL: https://issues.apache.org/jira/browse/CAMEL-23922
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Guillaume Nodet
Several test classes in camel-core use Thread.sleep(100) for timing
synchronization:
- WireTapShutdownRouteTest
- WireTapShutdownBeanTest
- DynamicallyConcurrentlyAddRoutesTest
- FileExclusiveReadNoneStrategyTest
All Thread.sleep calls should be replaced with Awaitility-based assertions per
project guidelines.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)