Description
Reasons for test slowness:
- direct component blocking to wait for a consumer to be ready
- excessive resource usage (specially IO). Some heavy weight components: (aws ones, infinispan, Kafka, xmpp (why ???), spring batch, couchbase [ currently disabled]). Not all are problematic.
- Thread.sleep (already mapped on lots of separated items)
- Unnecessarily restarting the test infra
See the attached CSV file for a report with the duration of each test.
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-19542 camel-sjms: replace Thread.sleep in tests
- Open
-
CAMEL-19684 tests: cleanup flaky tests
- Resolved
-
CAMEL-19741 camel-sjms: refactor to support concurrent tests
- Resolved
-
CAMEL-19725 camel-opensearch: replace Thread.sleep in tests
- Resolved
- links to