[
https://issues.apache.org/jira/browse/CAMEL-24026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18098399#comment-18098399
]
Aurélien Pupier commented on CAMEL-24026:
-----------------------------------------
the part which was causing the test to fail has been fixed. The test remains
flaky but has never failed the build (so flaky 3 times in a row.) so moving to
another higher priority tasks for now
> Fix flaky XsltFromFileExceptionTest
> -----------------------------------
>
> Key: CAMEL-24026
> URL: https://issues.apache.org/jira/browse/CAMEL-24026
> Project: Camel
> Issue Type: Test
> Components: camel-core
> Reporter: Guillaume Nodet
> Assignee: Aurélien Pupier
> Priority: Major
> Fix For: 4.22.0
>
>
> 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)