I've got a fix for this (in my patch on LUCENE-2762 -- I'll go commit this!). It's a false test failure... it's because the test really requires no merging, but, w/ random config it sometimes gets a merge.
Mike On Fri, Nov 19, 2010 at 8:28 PM, Uwe Schindler <[email protected]> wrote: > I can reproduce this failure with the given seed. But it has nothing to do > with my changes, as it uses IW.addIndexes(Directory...) > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > >> -----Original Message----- >> From: Apache Hudson Server [mailto:[email protected]] >> Sent: Saturday, November 20, 2010 2:00 AM >> To: [email protected] >> Subject: Lucene-Solr-tests-only-trunk - Build # 1627 - Failure >> >> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only- >> trunk/1627/ >> >> 1 tests failed. >> REGRESSION: org.apache.lucene.index.TestIndexWriterReader.testAddIndexes >> >> Error Message: >> null >> >> Stack Trace: >> junit.framework.AssertionFailedError: >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(Lucen >> eTestCase.java:921) >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(Lucen >> eTestCase.java:859) >> at >> org.apache.lucene.index.TestIndexWriterReader.testAddIndexes(TestIndexWrit >> erReader.java:155) >> >> >> >> >> Build Log (for compile errors): >> [...truncated 3099 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
