[JENKINS] Lucene-5x-Linux-Java7-64-test-only - Build # 32308 - Failure!

2014-09-30 Thread builder
Build: builds.flonkings.com/job/Lucene-5x-Linux-Java7-64-test-only/32308/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestReaderClosed.test Error Message: Task java.util.concurrent.ExecutorCompletionService$QueueingFuture@27a64b69 rejected from

Re: [JENKINS] Lucene-5x-Linux-Java7-64-test-only - Build # 32308 - Failure!

2014-09-30 Thread Adrien Grand
I'm looking into this one. On Tue, Sep 30, 2014 at 3:54 PM, buil...@flonkings.com wrote: Build: builds.flonkings.com/job/Lucene-5x-Linux-Java7-64-test-only/32308/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestReaderClosed.test Error Message: Task

Re: [JENKINS] Lucene-5x-Linux-Java7-64-test-only - Build # 32308 - Failure!

2014-09-30 Thread Adrien Grand
Similar issue to the one that Mike found yesterday which is due to the fact that the index is not consulted in the rewrite phase. We get a rejection because LuceneTestCase registers an index reader close listener that closes the threadpool so I modified this test to pass when a rejected exception