[
https://issues.apache.org/jira/browse/CAMEL-19525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-19525 started by Otavio Rodolfo Piske.
----------------------------------------------------
> camel-jetty: replace Thread.sleep in tests
> ------------------------------------------
>
> Key: CAMEL-19525
> URL: https://issues.apache.org/jira/browse/CAMEL-19525
> Project: Camel
> Issue Type: Task
> Components: camel-jetty, tests
> Affects Versions: 4.0.0
> Reporter: Otavio Rodolfo Piske
> Assignee: Otavio Rodolfo Piske
> Priority: Minor
> Labels: easy, help-wanted
> Fix For: 4.18.0
>
>
> We have many tests which use Thread.sleep for synchronization. This is bug
> prone and can introduce flakiness when running on environments with different
> capacities.
> Ideally we should replace these with:
> * [Awaitility|http://www.awaitility.org/]
> * Java's native syncronization mechanism (Latches, Phasers, Locks, etc)
> * Nothing (i.e.; in some cases the sleep can simply be removed)
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)