You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <hu...@hudson.apache.org> on 2011/05/21 05:24:12 UTC

[JENKINS] Lucene-trunk - Build # 1568 - Failure

Build: https://builds.apache.org/hudson/job/Lucene-trunk/1568/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestNRTThreads.testNRTThreads

Error Message:
Some threads threw uncaught exceptions!

Stack Trace:
junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:579)




Build Log (for compile errors):
[...truncated 12219 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-trunk - Build # 1568 - Failure

Posted by Michael McCandless <lu...@mikemccandless.com>.
OOME... I'll dig.

Mike

http://blog.mikemccandless.com

On Fri, May 20, 2011 at 11:24 PM, Apache Jenkins Server
<hu...@hudson.apache.org> wrote:
> Build: https://builds.apache.org/hudson/job/Lucene-trunk/1568/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestNRTThreads.testNRTThreads
>
> Error Message:
> Some threads threw uncaught exceptions!
>
> Stack Trace:
> junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
>        at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:579)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 12219 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-trunk - Build # 1568 - Failure

Posted by Michael McCandless <lu...@mikemccandless.com>.
Found it!  Committed fix...

It was a delightful bug in MockRandomCodec where it uses a random
indexed term policy that never picked an indexed term thus making the
entire terms dict a single block...

Mike

http://blog.mikemccandless.com

On Fri, May 20, 2011 at 11:24 PM, Apache Jenkins Server
<hu...@hudson.apache.org> wrote:
> Build: https://builds.apache.org/hudson/job/Lucene-trunk/1568/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestNRTThreads.testNRTThreads
>
> Error Message:
> Some threads threw uncaught exceptions!
>
> Stack Trace:
> junit.framework.AssertionFailedError: Some threads threw uncaught exceptions!
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1304)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1233)
>        at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:579)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 12219 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org