[
https://issues.apache.org/jira/browse/CAMEL-24026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-24026 started by Guillaume Nodet.
-----------------------------------------------
> 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
> Assignee: Guillaume Nodet
> Priority: Major
>
> 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)