Guillaume Nodet created CAMEL-24026:
---------------------------------------
Summary: Fix flaky XsltFromFileExceptionTest
Key: CAMEL-24026
URL: https://issues.apache.org/jira/browse/CAMEL-24026
Project: Camel
Issue Type: Bug
Components: camel-core
Reporter: Guillaume Nodet
The XsltFromFileExceptionTest is flaky because it calls
assertMockEndpointsSatisfied() before waiting for the file consumer to pick up
and process the file. The oneExchangeDone latch must be awaited BEFORE
asserting mock expectations, otherwise the mock assertion can time out on slow
CI because the file has not been consumed yet.
Fix: reorder the assertions to wait for oneExchangeDone first, then assert
mocks, then check file positions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)