You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Erick Erickson <er...@gmail.com> on 2017/12/18 18:58:01 UTC

Heads up for a test error writing too much to stdout/stderr.

See SOLR-11701 for the full background, but the upshot is that when we
upgrade slf4j we will get more extensive stack traces in some
situations. This can cause the framework to fail tests, there's an
example at that JIRA, the message is:

"The test or suite printed 9268 bytes to stdout and stderr, even
though the limit was set to 8192 bytes. "

This can be fixed with an annotation like:
@TestRuleLimitSysouts.Limit(bytes=12000)

FYI in case this pops out with @Nightly/@Weekly tests....

Erick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org