FYI: until Uwe has some time to also help, i disabled the wrapping of atomic-readers temporarily in this method (if its already atomic, e.g. the test explicitly made a slowwrapper), then we don't wrap it.
We shouldn't leave it like this though, maybe its not a test bug but maybe there is some real bug. On Tue, Feb 21, 2012 at 3:38 PM, Robert Muir <[email protected]> wrote: > ok I got this > > On Tue, Feb 21, 2012 at 3:15 PM, Uwe Schindler <[email protected]> wrote: >> These errors could be caused by our new heavy wrapping with MultiReaders, >> slow readers, parallel readers. I have no time to investigate at the moment >> (visit by relatives...) >> >> Robert, can you maybe dig into? >> >> Uwe >> >> ----- >> Uwe Schindler >> H.-H.-Meier-Allee 63, D-28213 Bremen >> http://www.thetaphi.de >> eMail: [email protected] >> >> >>> -----Original Message----- >>> From: Apache Jenkins Server [mailto:[email protected]] >>> Sent: Tuesday, February 21, 2012 7:53 PM >>> To: [email protected] >>> Subject: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12485 - Failure >>> >>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12485/ >>> >>> 1 tests failed. >>> REGRESSION: org.apache.lucene.search.TestComplexExplanations.testFQ5 >>> >>> Error Message: >>> java.lang.AssertionError: >>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache >>> usage(s) found expected:<0> but was:<1> >>> >>> Stack Trace: >>> java.lang.RuntimeException: java.lang.AssertionError: >>> org.apache.lucene.search.TestComplexExplanations.testFQ5: Insane FieldCache >>> usage(s) found expected:<0> but was:<1> >>> at >>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java: >>> 780) >>> at >>> org.apache.lucene.util.LuceneTestCase.access$1000(LuceneTestCase.java:138) >>> at >>> org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate >>> (LuceneTestCase.java:607) >>> at >>> org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(L >>> uceneTestCase.java:511) >>> at >>> org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(Luc >>> eneTestCase.java:569) >>> at >>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner. >>> java:165) >>> at >>> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner. >>> java:57) >>> at >>> org.apache.lucene.util.LuceneTestCase.assertSaneFieldCaches(LuceneTestCase. >>> java:907) >>> at >>> org.apache.lucene.util.LuceneTestCase.tearDownInternal(LuceneTestCase.java: >>> 770) >>> >>> >>> >>> >>> Build Log (for compile errors): >>> [...truncated 1480 lines...] >>> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > lucidimagination.com -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
