[
https://issues.apache.org/jira/browse/LUCENE-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197418#comment-13197418
]
Uwe Schindler commented on LUCENE-3743:
---------------------------------------
I am not sure, if this is really a bug... Why would one do an assume in a
thread, you would d this at the beginning of your test to check preconditions,
but if its inside a thread its in my opinion somehow too late?
> LuceneTestCase's uncaught exceptions handler should check for
> AssumptionViolatedExceptions and then not trigger test failure
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: LUCENE-3743
> URL: https://issues.apache.org/jira/browse/LUCENE-3743
> Project: Lucene - Java
> Issue Type: Bug
> Components: general/test
> Affects Versions: 3.5, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Priority: Minor
> Attachments: LUCENE-3743.patch
>
>
> As in single-threaded tests, {{LuceneTestCase}} should not trigger test
> failures for {{AssumptionViolatedException}}'s when they occur in
> multi-threaded tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]