Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28398 invoked from network); 18 Aug 2005 16:28:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2005 16:28:52 -0000 Received: (qmail 8603 invoked by uid 500); 18 Aug 2005 16:28:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8549 invoked by uid 500); 18 Aug 2005 16:28:47 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 8525 invoked by uid 99); 18 Aug 2005 16:28:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 09:28:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 09:29:06 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id 632CF3E5B; Thu, 18 Aug 2005 12:43:00 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 5C5FDF3A7 for ; Thu, 18 Aug 2005 12:43:00 -0400 (EDT) Date: Thu, 18 Aug 2005 12:43:00 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Transient failure in timer test Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got this error in the timer module tests: Testsuite: org.apache.geronimo.timer.TransactionalThreadPooledTimerTest Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 20.124 sec Testcase: testRepeatCountFromPersisted(org.apache.geronimo.timer.TransactionalThreadPooledTimerTest): FAILED expected:<5> but was:<4> junit.framework.AssertionFailedError: expected:<5> but was:<4> at org.apache.geronimo.timer.AbstractThreadPooledTimerTest.testRepeatCountFromPersisted(AbstractThreadPooledTimerTest.java:183) Then I ran it again and the test passed. I'm not sure what to make of that. Thanks, Aaron