SOLR-10125: Enable debug logging for addReplicaTest()

This commit is contained in:
Cao Manh Dat 2017-11-02 15:20:42 +07:00
parent 0e738a0369
commit bf040a88ef
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ import org.apache.solr.common.util.SimpleOrderedMap;
import org.apache.solr.core.CoreContainer;
import org.apache.solr.core.SolrCore;
import org.apache.solr.core.SolrInfoBean.Category;
import org.apache.solr.util.LogLevel;
import org.apache.solr.util.TestInjection;
import org.apache.solr.util.TimeOut;
import org.junit.Before;
@ -607,6 +608,7 @@ public class CollectionsAPIDistributedZkTest extends SolrCloudTestCase {
}
@Test
@LogLevel("org.apache.solr.cloud=DEBUG")
public void addReplicaTest() throws Exception {
String collectionName = "addReplicaColl";