[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956541#comment-16956541 ]
Chris M. Hostetter commented on SOLR-13268: ------------------------------------------- FWIW, while looking for something else i noticed this static block in {{LuceneTestCase}} ... {code:java} /** * Try to capture streams early so that other classes don't have a chance to steal references * to them (as is the case with ju.logging handlers). */ static { TestRuleLimitSysouts.checkCaptureStreams(); Logger.getGlobal().getHandlers(); } {code} I haven't dug into this, or thought about it in depth at all really, but in the back of my head I wonder if what's happening here in this {{TestRuleLimitSysouts.checkCaptureStreams();}} call is perhaps related to why/how/when we're seeing test logging bleed over from one test class to another? > Clean up any test failures resulting from defaulting to async logging > --------------------------------------------------------------------- > > Key: SOLR-13268 > URL: https://issues.apache.org/jira/browse/SOLR-13268 > Project: Solr > Issue Type: Bug > Reporter: Erick Erickson > Assignee: Erick Erickson > Priority: Major > Attachments: SOLR-13268-flushing.patch, SOLR-13268.patch, > SOLR-13268.patch, SOLR-13268.patch > > Time Spent: 1h > Remaining Estimate: 0h > > This is a catch-all for test failures due to the async logging changes. So > far, the I see a couple failures on JDK13 only. I'll collect a "starter set" > here, these are likely systemic, once the root cause is found/fixed, then > others are likely fixed as well. > JDK13: > ant test -Dtestcase=TestJmxIntegration -Dtests.seed=54B30AC62A2D71E > -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv-LV > -Dtests.timezone=Asia/Riyadh -Dtests.asserts=true -Dtests.file.encoding=UTF-8 > ant test -Dtestcase=TestDynamicURP -Dtests.seed=54B30AC62A2D71E > -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=rwk > -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org