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 <je...@builds.apache.org> on 2012/02/11 19:29:15 UTC

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 12416 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/12416/

1 tests failed.
REGRESSION:  org.apache.lucene.analysis.miscellaneous.PatternAnalyzerTest.testRandomStrings

Error Message:
java.lang.AssertionError: Some threads threw uncaught exceptions!

Stack Trace:
java.lang.RuntimeException: java.lang.AssertionError: Some threads threw uncaught exceptions!
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:593)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:147)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:50)
	at org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:621)
	at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:565)




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



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


Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 12416 - Failure

Posted by Robert Muir <rc...@gmail.com>.
This is a JRE bug (I already reported long ago:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7104012)

The problem is this Analyzer uses String.toLowerCase (with default
locale too, horrible!), which internally uses breakiterator for
special casing.

On Sat, Feb 11, 2012 at 1:29 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/12416/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.analysis.miscellaneous.PatternAnalyzerTest.testRandomStrings
>
> Error Message:
> java.lang.AssertionError: Some threads threw uncaught exceptions!
>
> Stack Trace:
> java.lang.RuntimeException: java.lang.AssertionError: Some threads threw uncaught exceptions!
>        at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:593)
>        at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:147)
>        at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:50)
>        at org.apache.lucene.util.LuceneTestCase.checkUncaughtExceptionsAfter(LuceneTestCase.java:621)
>        at org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:565)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 11104 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidimagination.com

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