Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
-
New
Description
in solr land, HLLUtilTest is an incredibly tiny, simple, test that tests a utility method w/o using any other solr features or doing any logging - as such it extends LuceneTestCase directly, and doesn't use any of the typical solr test framework/plumbing or @SuppressSysoutChecks
on a recent jenkins build, HLLUtilTest failed due to too much sysoutput – all of which seems to have come from the previous test run on that JVM – TestStressReorder – suggesting that somehow the sysout from one test suite can bleed over into the next suite?
Attachments
Attachments
Issue Links
- relates to
-
SOLR-13268 Clean up any test failures resulting from defaulting to async logging
- Closed
-
SOLR-12055 Enable async logging by default
- Closed