I didn't look at it, but does "asynchronous" in this context mean that the logs from one test may spill to another? This would be very bad.
The message about exceeded limit indicates exactly what it says -- the reproduce should be just by rerunning the test with the same master seed (it should print the same amount of information and then fail due to exceeded limit). D. On Fri, Sep 7, 2018 at 5:19 PM Erick Erickson <[email protected]> wrote: > > Particularly David Smiley may be intereasted: > > FAILED: junit.framework.TestSuite.org.apache.solr.util.DistanceUnitsTest > > Error Message: > The test or suite printed 184196 bytes to stdout and stderr, even > though the limit was set to 8192 bytes. Increase the limit with > @Limit, ignore it completely with @SuppressSysoutChecks or run with > -Dtests.verbose=true > > I don't see a "reproduce with" line. > > I'm looking through failed test e-mail a little more closely due to > the async logger changes and noticed this. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
