Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 84112 invoked from network); 27 Jul 2006 17:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 17:36:37 -0000 Received: (qmail 87271 invoked by uid 500); 27 Jul 2006 17:36:37 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 87250 invoked by uid 500); 27 Jul 2006 17:36:36 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 87228 invoked by uid 99); 27 Jul 2006 17:36:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 10:36:36 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kevan.miller@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 10:36:35 -0700 Received: by wr-out-0506.google.com with SMTP id i2so166015wra for ; Thu, 27 Jul 2006 10:36:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=CVGXwYWA5Pk37rlBr/6RqZakjRO363HPbaODCOzH+Ge37WTtZE+opR8b1qoiIn61/cFt+LZnh4hMnt9ShHdcqn8fWGnjWzgj93Tvyg9Qg+43rZi/uBrZSl1PoCdpyDQ/4nc8NPe3wySsOfuzQkrbjZX2EXU5n1xclq3YMtiPowI= Received: by 10.54.121.11 with SMTP id t11mr932404wrc; Thu, 27 Jul 2006 10:36:14 -0700 (PDT) Received: from ?9.27.40.128? ( [129.33.49.251]) by mx.gmail.com with ESMTP id 14sm1160435wrl.2006.07.27.10.36.12; Thu, 27 Jul 2006 10:36:14 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Kevan Miller Subject: Re: Continuum Build Failure Date: Thu, 27 Jul 2006 13:36:09 -0400 To: activemq-dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Jul 27, 2006, at 12:52 PM, James Strachan wrote: > On 7/27/06, Kevan Miller wrote: >> The ActiveMQ Core Build on GBuild's Continuum (http://ci.gbuild.org/ >> continuum/target/) has been failing since July 7th. See http:// >> ci.gbuild.org/continuum/servlet/continuum/target/ProjectBuild.vm? >> view=ProjectBuild&buildId=5212&id=4 for the specific failures. > > FWIW am not sure why the failures are not making the SCM list. Good point. I'd wondered about that... I don't think any email notifications are getting out for any project. I don't recall seeing any Geronimo notifications for a while. Must be some configuration problem. > >> Are these tests failing for everyone? Or is there an environmental >> problem on GBuild? > > They are not failing for me at least - it could be environmental. > After some grepping I've found the tests that are failing (wish CI > would tell you that easily :) > > org.apache.activemq.usecases.MultiBrokersMultiClientsTest > org.apache.activemq.usecases.TwoMulticastDiscoveryBrokerTopicSendRecei > veTest > org.apache.activemq.transport.TopicClusterTest > > It could be something to do with multicast support as all these tests > are using multicast. > -- > > James > ------- > http://radio.weblogs.com/0112098/ Probably right. Any hints on likely causes of multicast problems? In case it's useful, here are the Surefire reports: ------------------------------------------------------------------------ ------- Test set: org.apache.activemq.usecases.MultiBrokersMultiClientsTest ------------------------------------------------------------------------ ------- Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 42.211 sec <<< FAILURE! testTopicAllConnected (org.apache.activemq.usecases.MultiBrokersMultiClientsTest) Time elapsed: 26.172 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<60> but was:<30> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at junit.framework.Assert.assertEquals(Assert.java:207) at org.apache.activemq.usecases.MultiBrokersMultiClientsTest.testTopicAllCo nnected(MultiBrokersMultiClientsTest.java:68) ------------------------------------------------------------------------ ------- Test set: org.apache.activemq.usecases.TwoMulticastDiscoveryBrokerTopicSendReceive Test ------------------------------------------------------------------------ ------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 70.757 sec <<< FAILURE! testSendReceive (org.apache.activemq.usecases.TwoMulticastDiscoveryBrokerTopicSendReceiv eTest) Time elapsed: 70.729 sec <<< FAIL\URE! junit.framework.AssertionFailedError: Not enough messages received expected:<100> but was:<0> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at org.apache.activemq.test.JmsSendReceiveTestSupport.assertMessagesReceive dAreValid(JmsSendReceiveTestSupport.java:169) at org.apache.activemq.test.JmsSendReceiveTestSupport.assertMessagesAreRece ived(JmsSendReceiveTestSupport.java:149) at org.apache.activemq.test.JmsSendReceiveTestSupport.testSendReceive (JmsSendReceiveTestSupport.java:123) ... ------------------------------------------------------------------------ ------- Test set: org.apache.activemq.transport.TopicClusterTest ------------------------------------------------------------------------ ------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 33.752 sec <<< FAILURE! testSendReceive(org.apache.activemq.transport.TopicClusterTest) Time elapsed: 33.723 sec <<< FAILURE! junit.framework.AssertionFailedError: Expected message count not correct expected:<450> but was:<150> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at org.apache.activemq.transport.TopicClusterTest.testSendReceive (TopicClusterTest.java:176)