pjmcarthur commented on code in PR #1926: URL: https://github.com/apache/solr/pull/1926#discussion_r1522131521
########## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ########## @@ -385,4 +389,39 @@ public static Map<String, String> mapReplicasToReplicaType(DocCollection collect } return replicaTypeMap; } + + protected void setSliceState(String collection, String slice, Slice.State state) Review Comment: I made no modifications to the method, but I have moved it now to it's own file so that it can be reused more easily. I agree that SolrCloudTestCase really wasn't the right place for it. -- 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