AAnakhe commented on code in PR #1080: URL: https://github.com/apache/solr/pull/1080#discussion_r998016163
########## solr/core/src/test/org/apache/solr/handler/admin/api/V2ClusterAPIMappingTest.java: ########## @@ -0,0 +1,50 @@ +package org.apache.solr.handler.admin.api; + +import org.apache.solr.api.ApiBag; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.handler.ClusterAPI; +import org.apache.solr.handler.admin.CollectionsHandler; +import org.apache.solr.handler.admin.ConfigSetsHandler; +import org.apache.solr.handler.admin.V2ApiMappingTest; +import org.apache.solr.request.SolrQueryRequest; +import org.junit.Before; +import org.junit.BeforeClass; +import org.junit.Test; +import org.mockito.ArgumentCaptor; + +import static org.apache.solr.common.params.CollectionAdminParams.COLLECTION; +import static org.apache.solr.common.params.CollectionAdminParams.TARGET; +import static org.apache.solr.common.params.CommonParams.ACTION; +import static org.mockito.Mockito.mock; + + +public class V2ClusterAPIMappingTest extends V2ApiMappingTest<CollectionsHandler> { + +@Test +public void testRenameClusterAllParams() throws Exception { Review Comment: yes, It has changed since I last updated the failed test on Jira and the test fail the same way, following this review I will implement the test method on V2CollectionAPIMappingTest class and also recommendations made -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org