SOLR-11426: removed infostream debug logging from master

This commit is contained in:
Erick Erickson 2017-12-27 09:07:53 -08:00
parent 137675ace7
commit 6b368c0484
1 changed files with 0 additions and 7 deletions

View File

@ -787,8 +787,6 @@ public class TestLazyCores extends SolrTestCaseJ4 {
// Cores 2, 3, 6, 7, 8, 9 are transient
@Test
public void testNoCommit() throws Exception {
String infoStream = System.getProperty("solr.tests.infostream");
System.setProperty("solr.tests.infostream","true");
DirectUpdateHandler2.commitOnClose = true;
CoreContainer cc = init();
@ -837,11 +835,6 @@ public class TestLazyCores extends SolrTestCaseJ4 {
} finally {
cc.shutdown();
}
if (infoStream != null) {
System.setProperty("solr.tests.infostream", infoStream);
} else {
System.clearProperty("solr.tests.infostream");
}
}
private void add10(SolrCore core) throws IOException {