epugh commented on code in PR #1149:
URL: https://github.com/apache/solr/pull/1149#discussion_r1033740581
##########
solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java:
##########
@@ -261,23 +259,22 @@ private NamedList<Object> getIndexVersion(SolrClient s)
throws Exception {
return res;
}
- private NamedList<Object> reloadCore(SolrClient s, String core) throws
Exception {
+ private void reloadCore(JettySolrRunner jettySolrRunner, String core) throws
Exception {
Review Comment:
I wonder if we need a JIRA to "Go through and migrate Tests that don't
require HTTP to not use Jetty"?
--
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]