[ https://issues.apache.org/jira/browse/LUCENE-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless resolved LUCENE-1021. ---------------------------------------- Resolution: Fixed I just committed this. Please make sure any newly added unit tests for Lucene subclass from LuceneTestCase! > Unit tests do not fail if a ConcurrentMergeScheduler thread hits an exception > ----------------------------------------------------------------------------- > > Key: LUCENE-1021 > URL: https://issues.apache.org/jira/browse/LUCENE-1021 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 2.3 > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.3 > > Attachments: LUCENE-1021.patch > > > Now that CMS is the default, it's important to fail any unit test that > hits an exception in a CMS thread. But they do not fail now. The > preferred solution (thanks to Erik Hatcher) is to fix all Lucene unit > tests to subclass from a new LuceneTestCase (in o.a.l.util) base that > asserts that there were no such exceptions during the test. -- 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]