Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 23427 invoked from network); 14 Apr 2009 10:50:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2009 10:50:16 -0000 Received: (qmail 37188 invoked by uid 500); 14 Apr 2009 10:50:15 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 37087 invoked by uid 500); 14 Apr 2009 10:50:15 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 37079 invoked by uid 99); 14 Apr 2009 10:50:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 10:50:15 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.198.229] (HELO rv-out-0506.google.com) (209.85.198.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2009 10:50:07 +0000 Received: by rv-out-0506.google.com with SMTP id f6so2135382rvb.5 for ; Tue, 14 Apr 2009 03:49:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.77.11 with SMTP id z11mr3038931wfa.277.1239706186550; Tue, 14 Apr 2009 03:49:46 -0700 (PDT) In-Reply-To: <33AB2EB21A7B404E90C08CA1572BCEFC@VEGA> References: <33AB2EB21A7B404E90C08CA1572BCEFC@VEGA> Date: Tue, 14 Apr 2009 06:49:46 -0400 Message-ID: <9ac0c6aa0904140349n7445590ax852cdbbf79e651f1@mail.gmail.com> Subject: Re: Test failed unreproducible From: Michael McCandless To: java-dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org OK committed a fix. Next time you hit it you should see what the IOException was. Mike On Tue, Apr 14, 2009 at 6:19 AM, Uwe Schindler wrote: > Hi, > > During my developments for MultiTerm TrieRange, I hit the following test > error: > > =A0 =A0[junit] Testsuite: org.apache.lucene.store.TestLockFactory > =A0 =A0[junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 13,04= 7 sec > =A0 =A0[junit] > =A0 =A0[junit] Testcase: > testStressLocks(org.apache.lucene.store.TestLockFactory): FAILED > =A0 =A0[junit] IndexWriter hit unexpected exceptions > =A0 =A0[junit] junit.framework.AssertionFailedError: IndexWriter hit unex= pected > exceptions > =A0 =A0[junit] =A0 =A0 at > org.apache.lucene.store.TestLockFactory._testStressLocks(TestLockFactory.= jav > a:359) > =A0 =A0[junit] =A0 =A0 at > org.apache.lucene.store.TestLockFactory.testStressLocks(TestLockFactory.j= ava > :330) > =A0 =A0[junit] =A0 =A0 at > org.apache.lucene.util.LuceneTestCase.runTest(LuceneTestCase.java:88) > =A0 =A0[junit] > =A0 =A0[junit] > =A0 =A0[junit] Test org.apache.lucene.store.TestLockFactory FAILED > > Repeating the test did not produce it again. This test ran on Windows XP, > 32bit, JRE 1.5.0_12, local file system > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org