Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 954DE260D for ; Sat, 23 Apr 2011 08:17:32 +0000 (UTC) Received: (qmail 53738 invoked by uid 500); 23 Apr 2011 08:17:31 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 53687 invoked by uid 500); 23 Apr 2011 08:17:31 -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 53680 invoked by uid 99); 23 Apr 2011 08:17:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 08:17:31 +0000 X-ASF-Spam-Status: No, hits=2.1 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLYTO,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 08:17:26 +0000 Received: by vws7 with SMTP id 7so1448943vws.35 for ; Sat, 23 Apr 2011 01:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jsRIqvAQHbQv5kibz5exYQfREHx66JmOOQlvWeqKizQ=; b=XZlz7nx2DVgjqxxFKaNHU1bS1jPsxlE/CntbbAQbzZRv1yAGGZzjMAvKhvmKbtMSxk WGDwly1UM9jnIKZBHpuia06URBYSFIr4DNQ0SJljN0n6AnMaWuhxk3HcOUGSomAtF6aX DX2noaUhphyqhbpIW9fCsrj8rgbQ2exWwR16c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=FYNY1Zvw8YAUBNe/aCBtXVF0WHMLOoIie9xFqAXULodLTEG8TZDI4hH9dGX/EsNguf YlOA47QPqTASu1xBJt82KRWfYBIQ29vV7INGbBs3b2lOfwNk9A/UFyS6qvhPnXmlk8qo fuK4e4ta1nUKqeDI5FenI1+Ydn6elRUNgT0fM= MIME-Version: 1.0 Received: by 10.52.94.173 with SMTP id dd13mr2835087vdb.15.1303546625954; Sat, 23 Apr 2011 01:17:05 -0700 (PDT) Received: by 10.52.168.65 with HTTP; Sat, 23 Apr 2011 01:17:05 -0700 (PDT) Reply-To: simon.willnauer@gmail.com In-Reply-To: <001d01cc018e$164c8880$42e59980$@thetaphi.de> References: <002701cbffef$50ad4370$f207ca50$@thetaphi.de> <002f01cbfff7$ba8403d0$2f8c0b70$@thetaphi.de> <001c01cc00ef$16d037b0$4470a710$@thetaphi.de> <001901cc0189$f333fe40$d99bfac0$@thetaphi.de> <001a01cc018a$be762470$3b626d50$@thetaphi.de> <001c01cc018d$b9f7e7f0$2de7b7d0$@thetaphi.de> <001d01cc018e$164c8880$42e59980$@thetaphi.de> Date: Sat, 23 Apr 2011 10:17:05 +0200 Message-ID: Subject: Re: Lucene Jenkins slave out of disk From: Simon Willnauer To: Uwe Schindler Cc: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, Apr 23, 2011 at 10:11 AM, Uwe Schindler wrote: >> Hi, >> >> >> > On Sat, Apr 23, 2011 at 9:47 AM, Uwe Schindler wrote= : >> > > Hi, >> > > >> > > Can you also check that all new tests in realtime use the new >> > > _TestUtils API >> > for getting an index dir? That would be nice. >> > >> > This only applies if we are getting an explicit index dir right? >> >> Yes! >> > > Addition: > I meant such code to be replaced: > > - =C2=A0 =C2=A0 =C2=A0 =C2=A0indexDir =3D new File(workDir, "testIndex"); > + =C2=A0 =C2=A0 =C2=A0 =C2=A0indexDir =3D _TestUtil.getTempDir("testIndex= "); ok will do! simon > > Uwe > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org