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 rcm...@gmail.com wrote: I thought i did

Re: Lucene Jenkins slave out of disk

2011-04-24 Thread Simon Willnauer
: Re: Lucene Jenkins slave out of disk On Sat, Apr 23, 2011 at 6:40 PM, Robert Muir rcm...@gmail.com wrote: I thought i did this already, but maybe i screwed it up Sorry, silly test bug... fixed in Revision: 1096249

RE: Lucene Jenkins slave out of disk

2011-04-24 Thread Uwe Schindler
@lucene.apache.org Subject: Re: Lucene Jenkins slave out of disk On Sun, Apr 24, 2011 at 9:53 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, JUHU! - Thanks. Now the test folder(s) (build/test, build/backwards/test) after running the builds only contain the test results and some empty dirs

Re: Lucene Jenkins slave out of disk

2011-04-24 Thread Simon Willnauer
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 u...@thetaphi.de wrote: Hi, JUHU! - Thanks. Now the test folder(s) (build/test, build

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Simon Willnauer
On Fri, Apr 22, 2011 at 5:13 PM, Robert Muir rcm...@gmail.com wrote: On Fri, Apr 22, 2011 at 9:13 AM, Uwe Schindler u...@thetaphi.de 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 -

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 Uwe Schindler
Hi, On Sat, Apr 23, 2011 at 9:47 AM, Uwe Schindler u...@thetaphi.de 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 Uwe Schindler
Hi, On Sat, Apr 23, 2011 at 9:47 AM, Uwe Schindler u...@thetaphi.de 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 Simon Willnauer
On Sat, Apr 23, 2011 at 10:11 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, On Sat, Apr 23, 2011 at 9:47 AM, Uwe Schindler u...@thetaphi.de 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 Robert Muir
On Sat, Apr 23, 2011 at 4:17 AM, Simon Willnauer simon.willna...@googlemail.com 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

RE: Lucene Jenkins slave out of disk

2011-04-23 Thread Uwe Schindler
[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 simon.willna...@googlemail.com wrote: Addition: I meant such code to be replaced

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:27 PM, Uwe Schindler u...@thetaphi.de 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

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:27 PM, Uwe Schindler u...@thetaphi.de 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

Re: Lucene Jenkins slave out of disk

2011-04-23 Thread Robert Muir
On Sat, Apr 23, 2011 at 6:40 PM, Robert Muir rcm...@gmail.com 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:

Re: Lucene Jenkins slave out of disk

2011-04-22 Thread Robert Muir
On Thu, Apr 21, 2011 at 3:42 AM, Uwe Schindler u...@thetaphi.de 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

RE: Lucene Jenkins slave out of disk

2011-04-22 Thread Uwe Schindler
[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 u...@thetaphi.de wrote: OK, I was not aware that you took action, too. Because there is the message about Jenkins

Re: Lucene Jenkins slave out of disk

2011-04-22 Thread Robert Muir
On Fri, Apr 22, 2011 at 9:13 AM, Uwe Schindler u...@thetaphi.de 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

RE: Lucene Jenkins slave out of disk

2011-04-21 Thread Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Niklas Gustavsson [mailto:nik...@protocol7.com] Sent: Thursday, April 21, 2011 8:21 AM To: dev@lucene.apache.org Cc: bui...@apache.org Subject: Lucene Jenkins slave out

RE: Lucene Jenkins slave out of disk

2011-04-21 Thread Uwe Schindler
slave out of disk On Thu, Apr 21, 2011 at 8:42 AM, Uwe Schindler u...@thetaphi.de 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

Lucene Jenkins slave out of disk

2011-04-21 Thread Niklas Gustavsson
Hi The box running the Jenkins slave for Lucene is out of disk space again. Please check. /niklas - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Lucene Jenkins slave out of disk

2011-04-21 Thread Niklas Gustavsson
On Thu, Apr 21, 2011 at 8:42 AM, Uwe Schindler u...@thetaphi.de 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