[
https://issues.apache.org/jira/browse/CAMEL-20158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17792045#comment-17792045
]
Jono Morris commented on CAMEL-20158:
-------------------------------------
I just noticed in that last pr [https://github.com/apache/camel/pull/12273,]
that in an attempt to prevent thread interruption warnings I call
`awaitTermination` before calling `shutdown`, which isn't quite right. Let me
fix that.
> camel-core - Fix Throttle tests after recent change in the EIP
> --------------------------------------------------------------
>
> Key: CAMEL-20158
> URL: https://issues.apache.org/jira/browse/CAMEL-20158
> Project: Camel
> Issue Type: Test
> Components: tests
> Affects Versions: 4.3.0
> Reporter: Claus Ibsen
> Assignee: Jono Morris
> Priority: Major
> Fix For: 4.3.0
>
>
> [ERROR] Failures:
> [ERROR]
> ThrottlerTest.testConfigurationWithChangingHeaderExpression:95->sendMessagesWithHeaderExpression:180
> expected: <true> but was: <false>
> [ERROR] ThrottlerTest.testConfigurationWithConstantExpression:74 expected:
> <true> but was: <false>
> [ERROR]
> ThrottlerTest.testConfigurationWithHeaderExpression:84->sendMessagesWithHeaderExpression:180
> expected: <true> but was: <false>
> [INFO]
> [ERROR] Tests run: 7201, Failures: 3, Errors: 0, Skipped: 38
> Also fix the tests in camel-spring-xml
--
This message was sent by Atlassian Jira
(v8.20.10#820010)