Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE7BA7426 for ; Wed, 28 Sep 2011 21:22:16 +0000 (UTC) Received: (qmail 59321 invoked by uid 500); 28 Sep 2011 21:22:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 59245 invoked by uid 500); 28 Sep 2011 21:22:16 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 59234 invoked by uid 99); 28 Sep 2011 21:22:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 21:22:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 21:22:09 +0000 Received: by vcbfl10 with SMTP id fl10so7620363vcb.18 for ; Wed, 28 Sep 2011 14:21:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=NyDpqcQxYXIYKux64Kg6+lAETM0eGJ0kow4KnAyKQO8=; b=fnF96RjxfTxQtp49HYA4gda03p0iGC3oqbwtnmmZQWF3Hg6NKF2t8PjDAACNDDU+wT GX6iMPCfPzhWXv1N1/IKGerNkpqFWqIZsDmu+Zz9yQirSsBnKMgOrH0/q4XH5m8+2Fv1 PoNLOlzAFeQK+tV8Bk6KQBrMVRgRfa/pc/FOk= MIME-Version: 1.0 Received: by 10.52.172.203 with SMTP id be11mr10161607vdc.67.1317244908435; Wed, 28 Sep 2011 14:21:48 -0700 (PDT) Received: by 10.52.183.193 with HTTP; Wed, 28 Sep 2011 14:21:48 -0700 (PDT) In-Reply-To: <4E8331FE.2090905@kippdata.de> References: <20110928094821.78CC314DDDA@vmgump.apache.org> <4E8331FE.2090905@kippdata.de> Date: Thu, 29 Sep 2011 01:21:48 +0400 Message-ID: Subject: Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2011/9/28 Rainer Jung : > > Hmmm, I just saw the first failure for TC 7 (7.0.21) in a possibly > related test, though I'm getting less data than expected: > > TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordin= ator.APR.txt > > Testcase: testCoord1 took 11.927 sec > =A0 =A0 =A0 =A0FAILED > Message count expected to be equal. expected:<8> but was:<0> > junit.framework.AssertionFailedError: Message count expected to be > equal. expected:<8> but was:<0> > Regarding TestNonBlockingCoordinator: I do not have time to investigate it further, but 1. The test itself succeeds for me 2. It does not use ArrayList etc., all information is retrieved from tribes classes. 3. I observed funny messages in the logs from tribes classes with this test. The test itself did not fail. Such as: 1) ConcurrentModificationException =3D=3D=3D=3D=3D=3D=3D [junit] 29.09.2011 0:58:20 org.apache.catalina.tribes.transport.nio.NioReceiver stopListening [junit] SEVERE: Unable to close cluster receiver selector. [junit] java.util.ConcurrentModificationException [junit] at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) [junit] at java.util.HashMap$KeyIterator.next(HashMap.java:828) [junit] at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1010) [junit] at org.apache.catalina.tribes.transport.nio.NioReceiver.closeSelector(NioRecei= ver.java:373) [junit] at org.apache.catalina.tribes.transport.nio.NioReceiver.stopListening(NioRecei= ver.java:356) [junit] at org.apache.catalina.tribes.transport.nio.NioReceiver.stop(NioReceiver.java:= 86) [junit] at org.apache.catalina.tribes.group.ChannelCoordinator.internalStop(ChannelCoo= rdinator.java:203) [junit] at org.apache.catalina.tribes.group.ChannelCoordinator.stop(ChannelCoordinator= .java:115) [junit] at org.apache.catalina.tribes.group.ChannelInterceptorBase.stop(ChannelInterce= ptorBase.java:178) [junit] at org.apache.catalina.tribes.group.ChannelInterceptorBase.stop(ChannelInterce= ptorBase.java:178) [junit] at org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.stop(N= onBlockingCoordinator.java:476) [junit] at org.apache.catalina.tribes.group.ChannelInterceptorBase.stop(ChannelInterce= ptorBase.java:178) [junit] at org.apache.catalina.tribes.group.GroupChannel.stop(GroupChannel.java:438) [junit] at org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.te= arDown(TestNonBlockingCoordinator.java:124) =3D=3D=3D=3D=3D=3D=3D (During tearDown()) - All Gump runs (7.0,8.0 x BIO,NIO) show it as well. 2) NullPinterException while reading data from NioChannel - If I remember it correctly. I cannot reproduce now and I do not have a stacktrace. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org