[
https://issues.apache.org/jira/browse/LUCENE-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-3683:
--------------------------------
Attachment: LUCENE-LUCENE3808-JOB1-142.log
An example build log from LUCENE-3808. Note that stdout/stderr is emitted for
code that resides in @BeforeClass/@AfterClass hooks (and scope); this can be
avoided -- for these regions there is simply no information wrt the output
status (failed, successful).
> 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, 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: [email protected]
For additional commands, e-mail: [email protected]