apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
257 stars 191 forks source link

camel.faulttolerance.bulkheadEnabled is not honoured by camel #2876

Open aldettinger opened 3 years ago

aldettinger commented 3 years ago

Once fixed in camel, CoreFaultToleranceTest expectation in camel-quarkus could be fixed too.

aldettinger commented 3 years ago

Depending on the result of CAMEL-16789, we may need to remove the bulkHead* assertions or maybe add tests related to timeoutScheduledExecutorServiceRef from camel-quarkus-integration-test-core-faulttolerance itests.

aldettinger commented 3 years ago

I've updated the tests to match the current camel behavior. Let's revisit this when https://issues.apache.org/jira/browse/CAMEL-16789 get implemented.