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: [email protected] For additional commands, e-mail: [email protected]
