Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 97106 invoked from network); 13 May 2008 03:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 03:44:06 -0000 Received: (qmail 10333 invoked by uid 500); 13 May 2008 03:44:08 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 10312 invoked by uid 500); 13 May 2008 03:44:08 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 10301 invoked by uid 99); 13 May 2008 03:44:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 20:44:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 03:43:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F159234C10C for ; Mon, 12 May 2008 20:43:43 -0700 (PDT) Message-ID: <961357474.1210650223515.JavaMail.jira@brutus> Date: Mon, 12 May 2008 20:43:43 -0700 (PDT) From: "William Tam (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-510) Intermittent test failure in MultiCastAggregatorTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Intermittent test failure in MultiCastAggregatorTest ---------------------------------------------------- Key: CAMEL-510 URL: https://issues.apache.org/activemq/browse/CAMEL-510 Project: Apache Camel Issue Type: Bug Components: camel-core Reporter: William Tam Attachments: patch.txt There is a race condition in the test that both in/out aggregators are aggregating the output. It looks like the InAggregator should to make a copy of the exchange. The attached patch also gets rid of a unused method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.