gnodet opened a new pull request, #24633:
URL: https://github.com/apache/camel/pull/24633

   ## Summary
   
   Fix four flaky camel-core tests identified by 
[Develocity](https://develocity.apache.org):
   
   - **SedaBlockWhenFullTest** (15 flaky): use 
`MockEndpoint.assertIsSatisfied(context, 30, TimeUnit.SECONDS)` instead of 
untimed `assertMockEndpointsSatisfied()`
   - **FileConsumePollEnrichFileTest** (13 flaky): wait for trigger file pickup 
before writing enrichdata file; replace Awaitility-wrapped 
`assertMockEndpointsSatisfied` with timed `MockEndpoint.assertIsSatisfied`
   - **ThrottlingExceptionRoutePolicyHalfOpenHandlerSedaTest** (13 flaky): use 
timed assertions for both mock verification points
   - **SplitterParallelAsyncProcessorIssueTest** (13 flaky): use timed 
assertion for parallel split with async processing
   
   ## Test plan
   
   - [x] All four tests pass locally with `mvn test -pl core/camel-core`
   - [ ] CI passes
   
   _Claude Code on behalf of gnodet_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to