mirror of https://github.com/apache/lucene.git
SOLR-10125: Enable debug logging for addReplicaTest()
This commit is contained in:
parent
0e738a0369
commit
bf040a88ef
|
@ -69,6 +69,7 @@ import org.apache.solr.common.util.SimpleOrderedMap;
|
||||||
import org.apache.solr.core.CoreContainer;
|
import org.apache.solr.core.CoreContainer;
|
||||||
import org.apache.solr.core.SolrCore;
|
import org.apache.solr.core.SolrCore;
|
||||||
import org.apache.solr.core.SolrInfoBean.Category;
|
import org.apache.solr.core.SolrInfoBean.Category;
|
||||||
|
import org.apache.solr.util.LogLevel;
|
||||||
import org.apache.solr.util.TestInjection;
|
import org.apache.solr.util.TestInjection;
|
||||||
import org.apache.solr.util.TimeOut;
|
import org.apache.solr.util.TimeOut;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
@ -607,6 +608,7 @@ public class CollectionsAPIDistributedZkTest extends SolrCloudTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@LogLevel("org.apache.solr.cloud=DEBUG")
|
||||||
public void addReplicaTest() throws Exception {
|
public void addReplicaTest() throws Exception {
|
||||||
String collectionName = "addReplicaColl";
|
String collectionName = "addReplicaColl";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue