[
https://issues.apache.org/jira/browse/LUCENE-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970945#action_12970945
]
Robert Muir commented on LUCENE-2813:
-------------------------------------
we should dig deeper. i reproduced trivially on the mac.
i tried windows 32bit, 64bit, linux 32bit, all with 500 iterations, this test
never fails.
first try on the mac: boom
Darwin new-host.home 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53
PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386 i386
Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
> TestIndexWriterDelete fails randomly
> ------------------------------------
>
> Key: LUCENE-2813
> URL: https://issues.apache.org/jira/browse/LUCENE-2813
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Simon Willnauer
>
> 10 out of 9 runs with that see fail on my trunk:
> ant test-core -Dtestcase=TestIndexWriterDelete
> -Dtestmethod=testErrorAfterApplyDeletes
> -Dtests.seed=4269712067829708991:1888184886355172227
> -Dtests.codec=randomPerField
> with this result:
> {code}
> junit-sequential:
> [junit] Testsuite: org.apache.lucene.index.TestIndexWriterDelete
> [junit] Tests run: 1, Failures: 2, Errors: 0, Time elapsed: 1.725 sec
> [junit]
> [junit] ------------- Standard Output ---------------
> [junit] NOTE: reproduce with: ant test -Dtestcase=TestIndexWriterDelete
> -Dtestmethod=testErrorAfterApplyDeletes
> -Dtests.seed=4269712067829708991:1888184886355172227
> -Dtests.codec=randomPerField
> [junit] NOTE: test params are: codec=RandomCodecProvider: {id=Standard,
> contents=SimpleText, city=MockSep}, locale=ar_QA, timezone=VST
> [junit] ------------- ---------------- ---------------
> [junit] ------------- Standard Error -----------------
> [junit] NOTE: all tests run in this JVM:
> [junit] [TestIndexWriterDelete]
> [junit] ------------- ---------------- ---------------
> [junit] Testcase:
> testErrorAfterApplyDeletes(org.apache.lucene.index.TestIndexWriterDelete):
> FAILED
> [junit]
> [junit] junit.framework.AssertionFailedError:
> [junit] at
> org.apache.lucene.index.TestIndexWriterDelete.testErrorAfterApplyDeletes(TestIndexWriterDelete.java:736)
> [junit] at
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1043)
> [junit] at
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:981)
> [junit]
> [junit]
> [junit] Testcase:
> testErrorAfterApplyDeletes(org.apache.lucene.index.TestIndexWriterDelete):
> FAILED
> [junit] ConcurrentMergeScheduler hit unhandled exceptions
> [junit] junit.framework.AssertionFailedError: ConcurrentMergeScheduler
> hit unhandled exceptions
> [junit] at
> org.apache.lucene.util.LuceneTestCase.tearDown(LuceneTestCase.java:503)
> [junit] at
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1043)
> [junit] at
> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:981)
> [junit]
> [junit]
> [junit] Test org.apache.lucene.index.TestIndexWriterDelete FAILED
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]