Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-17 Thread Robert Muir
Also: we can fix TestIndexWriterOnJRECrash to *not* dump everytime. Currently when it calls fork() it passes all of your -D's, -X's, etc. it could just intentionally not pass this one to its child process: replaceAll(-Xwhatevertheheapdumpoptionis,) On Tue, Oct 16, 2012 at 8:43 AM, Michael

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-17 Thread Michael McCandless
On Wed, Oct 17, 2012 at 12:35 PM, Robert Muir rcm...@gmail.com wrote: Also: we can fix TestIndexWriterOnJRECrash to *not* dump everytime. Currently when it calls fork() it passes all of your -D's, -X's, etc. it could just intentionally not pass this one to its child process:

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-17 Thread Michael McCandless
OK I opened https://issues.apache.org/jira/browse/LUCENE-4488 Mike McCandless http://blog.mikemccandless.com On Wed, Oct 17, 2012 at 12:39 PM, Michael McCandless luc...@mikemccandless.com wrote: On Wed, Oct 17, 2012 at 12:35 PM, Robert Muir rcm...@gmail.com wrote: Also: we can fix

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-16 Thread Michael McCandless
On Sat, Oct 13, 2012 at 12:05 PM, Robert Muir rcm...@gmail.com wrote: This one is now a nightly-only test! So maybe we can safely enable this for the hourly builds? +1 Seems like we just need something to prune them if disk is getting full? Mike McCandless http://blog.mikemccandless.com

[JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-13 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/9691/ 1 tests failed. REGRESSION: org.apache.lucene.search.TestTimeLimitingCollector.testSearchMultiThreaded Error Message: Captured an uncaught exception in thread: Thread[id=117, name=Thread-88, state=RUNNABLE,

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-13 Thread Michael McCandless
I can't repro (standalone or running all tests w/ same JVM count seed ant -Dtests.jvms=8 clean test-core -Dtests.seed=3DC69507A6600F79). This build seems not to save OOM heap dumps. I realize these are space consuming ... but can we eg save up to N of them (ie delete oldest ones first)? This

RE: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-13 Thread Uwe Schindler
-Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Saturday, October 13, 2012 5:37 PM To: dev@lucene.apache.org Cc: sim...@apache.org Subject: Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure! I can't repro (standalone

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure!

2012-10-13 Thread Robert Muir
:37 PM To: dev@lucene.apache.org Cc: sim...@apache.org Subject: Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure! I can't repro (standalone or running all tests w/ same JVM count seed ant - Dtests.jvms=8 clean test-core -Dtests.seed=3DC69507A6600F79