Guillaume Nodet created CAMEL-24024:
---------------------------------------
Summary: Fix flaky InOutQueueProducerAsyncLoadTest
Key: CAMEL-24024
URL: https://issues.apache.org/jira/browse/CAMEL-24024
Project: Camel
Issue Type: Bug
Components: camel-sjms
Reporter: Guillaume Nodet
The test InOutQueueProducerAsyncLoadTest is flaky in CI. According to
Develocity, it has 3 failures and 3 flaky outcomes out of 173 runs in July 2026.
Root cause: Test sends 5000 messages through a 2-thread pool with a 30s
Awaitility timeout. On CI with limited resources, this load causes timeouts.
Fix: reduce message count to 500 (still validates async InOut pattern), use
CountDownLatch for reliable completion tracking, and add failure tracking with
AtomicInteger.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)