From 6b368c04846fbb7ae769da6bee4506dcbf26c278 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Wed, 27 Dec 2017 09:07:53 -0800 Subject: [PATCH] SOLR-11426: removed infostream debug logging from master --- solr/core/src/test/org/apache/solr/core/TestLazyCores.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/solr/core/src/test/org/apache/solr/core/TestLazyCores.java b/solr/core/src/test/org/apache/solr/core/TestLazyCores.java index afc6b5ad06d..9d03ca45093 100644 --- a/solr/core/src/test/org/apache/solr/core/TestLazyCores.java +++ b/solr/core/src/test/org/apache/solr/core/TestLazyCores.java @@ -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 {