Guillaume Nodet created CAMEL-24042:
---------------------------------------
Summary: Fix flaky tests in camel-core - batch 10 (throttle, mock,
task, timeout, file)
Key: CAMEL-24042
URL: https://issues.apache.org/jira/browse/CAMEL-24042
Project: Camel
Issue Type: Bug
Components: camel-core
Reporter: Guillaume Nodet
Fix flaky tests identified by Develocity in camel-core:
- ThrottlingExceptionRoutePolicyOpenViaConfigTest: Increase Awaitility timeouts
from 5s to 10s
- DistributedTimeoutTest: Increase Awaitility timeout from 5s to 10s
- MockEndpointTimeClauseTest: Replace 8x bare assertMockEndpointsSatisfied()
with MockEndpoint.assertIsSatisfied(context, 30, TimeUnit.SECONDS)
- FileProducerNoForcedWritesTest: Replace assertMockEndpointsSatisfied() with
timed variant
- StopTimeoutRouteTest: Replace assertMockEndpointsSatisfied() with timed
variant
- ForegroundTaskTest: Increase @Timeout from 10s to 20s on all tests
- ForegroundTimeTaskTest: Increase @Timeout from 10s to 20s on all tests
--
This message was sent by Atlassian Jira
(v8.20.10#820010)