You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2023/06/28 08:42:00 UTC

[jira] [Created] (CAMEL-19542) camel-sjms: replace Thread.sleep in tests

Otavio Rodolfo Piske created CAMEL-19542:
--------------------------------------------

             Summary: camel-sjms: replace Thread.sleep in tests
                 Key: CAMEL-19542
                 URL: https://issues.apache.org/jira/browse/CAMEL-19542
             Project: Camel
          Issue Type: Task
          Components: camel-aws2, tests
    Affects Versions: 4.0.0
            Reporter: Otavio Rodolfo Piske


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)