[
https://issues.apache.org/jira/browse/LUCENE-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970926#action_12970926
]
Michael McCandless commented on LUCENE-2813:
--------------------------------------------
Hmm I can't reproduce this, neither w/ that seed nor w/ the while1 tester. Not
good that we have a repro bug.
That assertion trip means that the mock-failure the test tries to throw failed
to throw.
Also, what's up w/ the additional CMS unhandled exc failure? You don't see any
other exceptions printed for CMS threads?
I just committed some verbosity -- can you make a failure happen w/
-Dtests.verbose=true and post the output?
> 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]