HoustonPutman commented on code in PR #4046:
URL: https://github.com/apache/solr/pull/4046#discussion_r2699654529
##########
solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java:
##########
@@ -415,6 +418,18 @@ protected static CoreStatusResponse.SingleCoreData
getCoreStatus(Replica replica
}
}
+ protected CollectionAdminRequest.RequestStatusResponse
waitForAsyncClusterRequest(
Review Comment:
Ok, I made a method in `SolrTestCaseJ4` that does this but takes in a
`SolrClient`, then this method just calls that method with
`cluster.getSolrClient()`.
--
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]