It looks like this is caused by a long-standing missing synchronized in IndexWriter.addIndexes(IndexReader[]). I'll open an issue...
Mike On Tue, Nov 16, 2010 at 9:12 AM, Apache Hudson Server <[email protected]> wrote: > Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/1456/ > > 1 tests failed. > REGRESSION: org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads > > Error Message: > expected:<3160> but was:<2701> > > Stack Trace: > junit.framework.AssertionFailedError: expected:<3160> but was:<2701> > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:779) > at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:745) > at > org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads(TestAddIndexes.java:708) > > > > > Build Log (for compile errors): > [...truncated 4519 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]
