I committed a fix for this. I think there was actually only one failure, which cascaded due still running threads spilling over to other test methods (LUCENE-2819).
The one failure was caused by LUCENE-2811 (SI tracks hasVectors) in addIndexes(Directory[]); we were failing to copy over the vector files in the case where the first segment to share a doc store did not have vectors but a later segment sharing the same doc stores did... Mike On Fri, Dec 17, 2010 at 6:22 PM, Apache Hudson Server <[email protected]> wrote: > Build: https://hudson.apache.org/hudson/job/Lucene-3.x/214/ > > 4 tests failed. > REGRESSION: > org.apache.lucene.index.TestIndexWriterOnDiskFull.testAddIndexOnDiskFull > > Error Message: > addIndexes(Directory[]) + optimize() hit IOException after disk space was > freed up > > Stack Trace: > junit.framework.AssertionFailedError: addIndexes(Directory[]) + optimize() > hit IOException after disk space was freed up > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:891) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:829) > at > org.apache.lucene.index.TestIndexWriterOnDiskFull.testAddIndexOnDiskFull(TestIndexWriterOnDiskFull.java:323) > > > REGRESSION: > org.apache.lucene.index.TestIndexWriterOnDiskFull.testCorruptionAfterDiskFullDuringMerge > > 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:891) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:829) > at > org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:354) > > > REGRESSION: > org.apache.lucene.index.TestIndexWriterOnDiskFull.testImmediateDiskFull > > Error Message: > ConcurrentMergeScheduler hit unhandled exceptions > > Stack Trace: > junit.framework.AssertionFailedError: ConcurrentMergeScheduler hit unhandled > exceptions > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:891) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:829) > at > org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:375) > > > REGRESSION: org.apache.lucene.index.TestIndexWriterOnJRECrash.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:891) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:829) > at > org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:354) > > > > > Build Log (for compile errors): > [...truncated 6950 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]
