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
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]