I committed a fix (just reduced number of terms) -- the automaton this test was creating was just too huge.
Mike McCandless http://blog.mikemccandless.com On Wed, Oct 12, 2011 at 11:40 PM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-trunk/1698/ > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestTermsEnum.testIntersectRandom > > Error Message: > Java heap space > > Stack Trace: > java.lang.OutOfMemoryError: Java heap space > at > org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:128) > at > org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:28) > at > org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:134) > at > org.apache.lucene.index.TestTermsEnum.testIntersectRandom(TestTermsEnum.java:268) > at > org.apache.lucene.util.LuceneTestCase$2$1.evaluate(LuceneTestCase.java:610) > at > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149) > at > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51) > > > > > Build Log (for compile errors): > [...truncated 12923 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
