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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
