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

   ## Summary
   
   Fix flaky tests identified by [Develocity](https://develocity.apache.org) in 
camel-core:
   
   - **RedeliveryErrorHandlerNoRedeliveryOnShutdownTest**: Replace 
`assertMockEndpointsSatisfied()` with `MockEndpoint.assertIsSatisfied(context, 
30, TimeUnit.SECONDS)`, increase time assertion tolerance from `< 4000` to `< 
8000`
   - **DefaultConsumerBridgeErrorHandlerContinuedTest**: Replace 
`assertMockEndpointsSatisfied()` with `MockEndpoint.assertIsSatisfied(context, 
30, TimeUnit.SECONDS)`
   - **ResequenceStreamNotIgnoreInvalidExchangesTest**: Replace 4× 
`assertMockEndpointsSatisfied()` with timed variant
   - **ResequenceStreamIgnoreInvalidExchangesTest**: Replace 4× 
`assertMockEndpointsSatisfied()` with timed variant
   - **AggregateTimeoutTest**: Increase `assertIsSatisfied` timeouts from 
150/200ms to 500ms, Awaitility from 2s to 5s
   - **SedaPurgeWhenStoppingTest**: Increase latch await timeouts from 2s to 5s
   - **RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest**: Increase 
`consumer.receive` timeouts from 5s to 10s
   
   ## Test plan
   
   - [x] All 7 modified tests pass locally (13 test methods, 0 failures)
   - [x] Code formatted with `mvn formatter:format impsort:sort`
   
   _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