Add @Noisy annotation for uncontrollably noisy tests
----------------------------------------------------
Key: LUCENE-3683
URL: https://issues.apache.org/jira/browse/LUCENE-3683
Project: Lucene - Java
Issue Type: Test
Reporter: Robert Muir
Attachments: LUCENE-3683.patch
{code}
/**
* Annotation for test classes that are uncontrollably loud, and you
* only want output if they actually fail, error, or VERBOSE is enabled.
* @deprecated Fix your test to properly use {@link #VERBOSE} !
*/
@Documented
@Deprecated
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Noisy {}
{code}
--
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]