On Tue, Mar 8, 2011 at 9:05 AM, Steven A Rowe <[email protected]> wrote: > Mike, > > I can repro, but not consistently. In a while[1] script, after 12 iterations > (I compiled with Java 5, then ran tests with Java 6, as on Jenkins): > > junit-sequential: > [junit] RESOURCE LEAK: test method: 'testIndexingThenDeleting' left 1 > thread(s) running > [junit] NOTE: test params are: codec=RandomCodecProvider: > {field=MockFixedIntBlock(blockSize=26)}, locale=th, timezone=US/East-Indiana > [junit] NOTE: all tests run in this JVM: > [junit] [TestIndexWriter] > [junit] NOTE: Windows 7 6.1 amd64/Sun Microsystems Inc. 1.6.0_23 > (64-bit)/cpus=8,threads=1,free=98650696,total=124321792 > [junit] ------------- ---------------- --------------- > [junit] Testcase: > testIndexingThenDeleting(org.apache.lucene.index.TestIndexWriter): > FAILED > [junit] flush happened too quickly during deleting count=1155 > [junit] junit.framework.AssertionFailedError: flush happened too quickly > during deleting count=1155 > [junit] at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1213) > [junit] at > org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1145) > [junit] at > org.apache.lucene.index.TestIndexWriter.testIndexingThenDeleting(TestIndexWriter.java:2579)
Thanks Steven. Curious... I can't get it to fail under while 1 on my (Linux) box. Can you run w/ -Dtests.verbose=true and post the output when it fails? Thanks -- Mike http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
