Guillaume Nodet created CAMEL-23917:
---------------------------------------
Summary: Fix flaky QuartzNameCollisionTest in camel-quartz
Key: CAMEL-23917
URL: https://issues.apache.org/jira/browse/CAMEL-23917
Project: Camel
Issue Type: Improvement
Components: camel-quartz
Reporter: Guillaume Nodet
The QuartzNameCollisionTest in camel-quartz uses Thread.sleep(100) in 5 places
for timing synchronization, making it prone to flakiness.
These Thread.sleep calls should be replaced with Awaitility-based assertions.
Affected file:
components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzNameCollisionTest.java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)