gerlowskija commented on code in PR #955:
URL: https://github.com/apache/solr/pull/955#discussion_r937074450
##########
solr/core/src/test/org/apache/solr/handler/admin/TestConfigsApi.java:
##########
@@ -17,19 +17,11 @@
package org.apache.solr.handler.admin;
-import static org.apache.solr.client.solrj.SolrRequest.METHOD.DELETE;
-import static org.apache.solr.cloud.Overseer.QUEUE_OPERATION;
-import static org.apache.solr.handler.admin.TestCollectionAPIs.compareOutput;
-
-import java.util.Map;
import org.apache.solr.SolrTestCaseJ4;
-import org.apache.solr.api.ApiBag;
-import org.apache.solr.common.cloud.ZkNodeProps;
-import org.apache.solr.handler.ClusterAPI;
-import org.apache.solr.response.SolrQueryResponse;
public class TestConfigsApi extends SolrTestCaseJ4 {
+ /*
Review Comment:
In hindsight, the single test here has significant overlap with
TestConfigSetsApi, so I think I _am_ going to remove it altogether.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]