[ https://issues.apache.org/activemq/browse/CAMEL-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-2517. -------------------------------- Resolution: Won't Fix The idea with this test is that the aggregator timeout after 1 second of inactivity, and we want both groups A and B to aggregate all their messages within that timeout period, e.g. within that 1 second of inactivity. And hence the sleep should be < 1 sec. > AggregateGroupedExchangeMultipleCorrelationTest fails > ----------------------------------------------------- > > Key: CAMEL-2517 > URL: https://issues.apache.org/activemq/browse/CAMEL-2517 > Project: Apache Camel > Issue Type: Test > Components: camel-core > Affects Versions: 2.2.0 > Environment: Windows Vista > Reporter: Christian Schneider > Fix For: 2.3.0 > > Attachments: camel-core-2010-01-02.patch > > > On my system the test AggregateGroupedExchangeMultipleCorrelationTest fails. > It seems the Thread.sleep(100) is too short. > When I increase to at least 900ms it works. To add some safety I propose to > increase to 1000ms. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.