Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 92700 invoked from network); 27 Apr 2010 16:28:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Apr 2010 16:28:07 -0000 Received: (qmail 92744 invoked by uid 500); 27 Apr 2010 16:28:06 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 92705 invoked by uid 500); 27 Apr 2010 16:28:06 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 92698 invoked by uid 99); 27 Apr 2010 16:28:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 16:28:06 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 16:28:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 9E36ED36006 for ; Tue, 27 Apr 2010 18:27:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ikxar0c5X8gu for ; Tue, 27 Apr 2010 18:27:27 +0200 (CEST) Received: from VEGA (port-83-236-62-54.dynamic.qsc.de [83.236.62.54]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 42802D36004 for ; Tue, 27 Apr 2010 18:27:27 +0200 (CEST) From: "Uwe Schindler" To: References: <02cf01cae621$a4f06e50$eed14af0$@de> <4BD70E96.2040700@gmail.com> In-Reply-To: <4BD70E96.2040700@gmail.com> Subject: RE: LuceneJUnitResultFormatter sometimes fails to lock Date: Tue, 27 Apr 2010 18:27:41 +0200 Message-ID: <02da01cae626$8ef9c600$aced5200$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-index: AcrmJZKHvUArE1fbRkOWaIJtrurZVQAANjew Content-language: de When aquiring a test lock it does not wait. It just is not able to = produce the file there. This happens sometimes on windows and has = nothing to do with the tests, is a problem of NativeLockF. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Mark Miller [mailto:markrmiller@gmail.com] > Sent: Tuesday, April 27, 2010 6:20 PM > To: dev@lucene.apache.org > Subject: Re: LuceneJUnitResultFormatter sometimes fails to lock >=20 > We might need a higher timeout. Its like 5 seconds now. Otherwise we > should try and isolate the problem. >=20 > - Mark >=20 > On 4/27/10 11:52 AM, Uwe Schindler wrote: > > Windows? > > > > ----- > > > > Uwe Schindler > > > > H.-H.-Meier-Allee 63, D-28213 Bremen > > > > http://www.thetaphi.de > > > > eMail: uwe@thetaphi.de > > > > *From:* Shai Erera [mailto:serera@gmail.com] > > *Sent:* Tuesday, April 27, 2010 5:50 PM > > *To:* dev@lucene.apache.org > > *Subject:* LuceneJUnitResultFormatter sometimes fails to lock > > > > Hi > > > > I ran "ant test-core" today and hit this: > > > > [junit] Exception in thread "main" java.lang.RuntimeException: = Failed > to > > acquire random test lock; please verify filesystem for lock = directory > > 'C:\DOCUME~1\shaie\LOCALS~1\Temp\lucene_junit_lock' supports locking > > [junit] at > > > = org.apache.lucene.store.NativeFSLockFactory.acquireTestLock(NativeFSLoc > kFactory.java:88) > > [junit] at > > > = org.apache.lucene.store.NativeFSLockFactory.makeLock(NativeFSLockFactor > y.java:127) > > [junit] at > > > = org.apache.lucene.util.LuceneJUnitResultFormatter.(LuceneJUnitRes > ultFormatter.java:74) > > > > All the tests still pass, but Ant reports a failure in the end. = Also, > > this rarely happens, but I've run into it several times already. > Anyone > > got an idea? > > > > Shai > > >=20 >=20 > -- > - Mark >=20 > http://www.lucidimagination.com >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org