This was caused by a latent bug in PrefixCodedTermsReader... But, I'm about to replace that w/ BlockTermsReader, so I'll leave this bug there...
Mike On Mon, Jan 17, 2011 at 2:05 AM, Apache Hudson Server <[email protected]> wrote: > Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/3864/ > > 1 tests failed. > REGRESSION: org.apache.lucene.util.automaton.fst.TestFSTs.testRealTerms > > Error Message: > null > > Stack Trace: > junit.framework.AssertionFailedError > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1127) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1059) > at > org.apache.lucene.index.codecs.intblock.FixedIntBlockIndexInput$Index.read(FixedIntBlockIndexInput.java:167) > at > org.apache.lucene.index.codecs.sep.SepPostingsReaderImpl.readTerm(SepPostingsReaderImpl.java:167) > at > org.apache.lucene.index.codecs.pulsing.PulsingPostingsReaderImpl.readTerm(PulsingPostingsReaderImpl.java:135) > at > org.apache.lucene.index.codecs.PrefixCodedTermsReader$FieldReader$SegmentTermsEnum.next(PrefixCodedTermsReader.java:508) > at > org.apache.lucene.index.codecs.PrefixCodedTermsReader$FieldReader$SegmentTermsEnum.seek(PrefixCodedTermsReader.java:431) > at org.apache.lucene.index.TermsEnum.seek(TermsEnum.java:68) > at > org.apache.lucene.util.automaton.fst.TestFSTs.testRealTerms(TestFSTs.java:1016) > > > > > Build Log (for compile errors): > [...truncated 2947 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]
