[
https://issues.apache.org/jira/browse/CAMEL-23917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved CAMEL-23917.
-------------------------------------
Resolution: Fixed
> 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
> Priority: Major
> Labels: flaky-test
> Fix For: 4.22.0
>
>
> 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)