Re: Lucene Jenkins slave out of disk

2011-04-24 Thread Simon Willnauer
---Original Message- >> From: Simon Willnauer [mailto:simon.willna...@googlemail.com] >> Sent: Sunday, April 24, 2011 12:06 PM >> To: dev@lucene.apache.org >> Subject: Re: Lucene Jenkins slave out of disk >> >> On Sun, Apr 24, 2011 at 9:53 AM, Uwe Schindler wrote: &

RE: Lucene Jenkins slave out of disk

2011-04-24 Thread Uwe Schindler
> To: dev@lucene.apache.org > Subject: Re: Lucene Jenkins slave out of disk > > On Sun, Apr 24, 2011 at 9:53 AM, Uwe Schindler wrote: > > Hi, > > > > JUHU! - Thanks. Now the test folder(s) (build/test, build/backwards/test) > after running the builds only co

Re: Lucene Jenkins slave out of disk

2011-04-24 Thread Simon Willnauer
Sent: Sunday, April 24, 2011 12:49 AM >> To: dev@lucene.apache.org >> Subject: Re: Lucene Jenkins slave out of disk >> >> On Sat, Apr 23, 2011 at 6:40 PM, Robert Muir wrote: >> > I thought i did thi

RE: Lucene Jenkins slave out of disk

2011-04-24 Thread Uwe Schindler
eMail: u...@thetaphi.de > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Sent: Sunday, April 24, 2011 12:49 AM > To: dev@lucene.apache.org > Subject: Re: Lucene Jenkins slave out of disk > > On Sat, Apr 23, 2011 at 6:40 PM, Robert Muir wrote: >

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:40 PM, Robert Muir wrote: > I thought i did this already, but maybe i screwed it up > Sorry, silly test bug... fixed in Revision: 1096249 - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:27 PM, Uwe Schindler wrote: > Hi Robert, > > On Hudson there is still one very bad test, all others are cleaned up: > > [root@lucene > /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/4]# > ls -lh > total 1286544 > -rw---  

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:27 PM, Uwe Schindler wrote: > Hi Robert, > > On Hudson there is still one very bad test, all others are cleaned up: > > [root@lucene > /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/lucene/build/test/4]# > ls -lh > total 1286544 > -rw---  

RE: Lucene Jenkins slave out of disk

2011-04-23 Thread Uwe Schindler
t Muir [mailto:rcm...@gmail.com] > Sent: Saturday, April 23, 2011 7:56 PM > To: dev@lucene.apache.org; simon.willna...@gmail.com > Subject: Re: Lucene Jenkins slave out of disk > > On Sat, Apr 23, 2011 at 4:17 AM, Simon Willnauer > wrote: > >> Addition: >

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 4:17 AM, Simon Willnauer wrote: >> Addition: >> I meant such code to be replaced: >> >> -        indexDir = new File(workDir, "testIndex"); >> +        indexDir = _TestUtil.getTempDir("testIndex"); > Thanks for merging Simon! also, for what its worth, we should at some po

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Simon Willnauer
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. >> > >> >

RE: Lucene Jenkins slave out of disk

2011-04-23 Thread Uwe Schindler
> 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?

RE: Lucene Jenkins slave out of disk

2011-04-23 Thread Uwe Schindler
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! Uwe

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Simon Willnauer
On Sat, Apr 23, 2011 at 9:42 AM, Uwe Schindler wrote: >> > any other branches (realtime? docvalues?) currently being tested by >> > hudson should merge up as soon as we can >> >> Thanks robert, I will merge RT now and commit... DocValues build is disabled >> currently I will make sure that I merge

RE: Lucene Jenkins slave out of disk

2011-04-23 Thread Uwe Schindler
> > any other branches (realtime? docvalues?) currently being tested by > > hudson should merge up as soon as we can > > Thanks robert, I will merge RT now and commit... DocValues build is disabled > currently I will make sure that I merge before reenabling it... Don't hurry, the FreeBSD machine

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Simon Willnauer
On Fri, Apr 22, 2011 at 5:13 PM, Robert Muir wrote: > On Fri, Apr 22, 2011 at 9:13 AM, Uwe Schindler wrote: >> Hi Robert, >> >> Thanks for pointing to that issue. Indeed the leftover test files in Lucene >> take approx. 3 GB per build. With our 9 builds that’s 30 GB - useless. If >> the tests c

Re: Lucene Jenkins slave out of disk

2011-04-22 Thread Robert Muir
On Fri, Apr 22, 2011 at 9:13 AM, Uwe Schindler wrote: > Hi Robert, > > Thanks for pointing to that issue. Indeed the leftover test files in Lucene > take approx. 3 GB per build. With our 9 builds that’s 30 GB - useless. If the > tests clean up the thing successfully after running, we should be f

RE: Lucene Jenkins slave out of disk

2011-04-22 Thread Uwe Schindler
rom: Robert Muir [mailto:rcm...@gmail.com] > Sent: Friday, April 22, 2011 2:31 PM > To: dev@lucene.apache.org > Subject: Re: Lucene Jenkins slave out of disk > > On Thu, Apr 21, 2011 at 3:42 AM, Uwe Schindler wrote: > > OK, > > > > I was not aware that you took ac

Re: Lucene Jenkins slave out of disk

2011-04-22 Thread Robert Muir
On Thu, Apr 21, 2011 at 3:42 AM, Uwe Schindler wrote: > OK, > > I was not aware that you took action, too. Because there is the message > about Jenkins shutdown, I was assuming that you are fixing the master. > > About the Lucene slave, the problem we have is: Our tests need lots of disk > space f

Re: Lucene Jenkins slave out of disk

2011-04-21 Thread Niklas Gustavsson
On Thu, Apr 21, 2011 at 8:42 AM, Uwe Schindler wrote: > [root@lucene /home/hudson/hudson-slave/workspace]# df -h > Filesystem                             Size    Used   Avail Capacity > Mounted on > zroot/jails/lucene.zones.apache.org     69G     53G     17G    76%    / > > I think the master is t

RE: Lucene Jenkins slave out of disk

2011-04-21 Thread Uwe Schindler
org > Subject: Re: Lucene Jenkins slave out of disk > > On Thu, Apr 21, 2011 at 8:42 AM, Uwe Schindler wrote: > > [root@lucene /home/hudson/hudson-slave/workspace]# df -h > Filesystem > > Size    Used   Avail Capacity Mounted on > > zroot/jails/lucene.zones.apache.org  

RE: Lucene Jenkins slave out of disk

2011-04-20 Thread Uwe Schindler
Hi Niklas, [root@lucene /home/hudson/hudson-slave/workspace]# df -h Filesystem SizeUsed Avail Capacity Mounted on zroot/jails/lucene.zones.apache.org 69G 53G 17G76%/ I think the master is this time out of disk space. Uwe - Uwe Schindler