Otavio Rodolfo Piske created CAMEL-20997:
--------------------------------------------
Summary: camel-tests: review tests that can block
Key: CAMEL-20997
URL: https://issues.apache.org/jira/browse/CAMEL-20997
Project: Camel
Issue Type: Task
Components: tests
Affects Versions: 4.8.0
Reporter: Otavio Rodolfo Piske
We have some tests blocking indefinitely by doing things like:
* latch.await()
* Thread.sleep(<huge number here>)
* Using locks without defining a maximum await time
Tests like this should be reviewed and adjusted to ensure that they don't block
forever (or for very long). Other tests (manual, "performance", etc) should be
reviewed and dealt accordingly (moved to camel-performance-tests, removed,
etc).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)