This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 998d9ea42eb Flaky test
998d9ea42eb is described below
commit 998d9ea42ebb70a39f24993263ac3077327653bd
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 27 10:22:03 2024 +0100
Flaky test
---
.../resources/org/apache/camel/spring/processor/aggregator.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/aggregator.xml
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/aggregator.xml
index 204c80c564e..3392ab79ae8 100644
---
a/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/aggregator.xml
+++
b/components/camel-spring-xml/src/test/resources/org/apache/camel/spring/processor/aggregator.xml
@@ -32,6 +32,16 @@
ignoreMissingLocation="true"
location="classpath:custom.properties"/>
<jmxAgent id="jmx" disabled="true"/>
+ <route>
+ <from uri="direct:many"/>
+ <aggregate aggregationStrategy="latestAggregationStrategy"
completionTimeout="2000" completionTimeoutCheckerInterval="100">
+ <correlationExpression>
+ <header>cheese</header>
+ </correlationExpression>
+ <to uri="mock:result"/>
+ </aggregate>
+ </route>
+
<route>
<from uri="direct:start"/>
<aggregate aggregationStrategy="latestAggregationStrategy"
completionTimeout="{{aggregation.timeout}}">