[
https://issues.apache.org/jira/browse/LUCENE-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226350#comment-13226350
]
Dawid Weiss commented on LUCENE-3683:
-------------------------------------
Actualy, this is also taken care of as part of LUCENE-3808... :) The output
reporter emits suite summaries and details (stdout/stderr + exceptions) for
ONLY these tests that failed. I agree verbose stdout is fairly annoying.
I'd rather not commit this in to the trunk because it'll make me go through the
conflict with the branch... but if you can't live with this then go ahead (I
don't like that verbose output either).
> 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]