[ 
https://issues.apache.org/jira/browse/LUCENE-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226359#comment-13226359
 ] 

Robert Muir commented on LUCENE-3683:
-------------------------------------

Just feel free to assign this Dawid: its not urgent, and I'm sure there might a 
cleaner way now than via my patch.
                
> 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-LUCENE3808-JOB1-142.log
>
>
> {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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to