madrob commented on a change in pull request #759:
URL: https://github.com/apache/solr/pull/759#discussion_r834660338



##########
File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
##########
@@ -300,6 +301,7 @@ public static void setupTestCases() {
     System.setProperty("solr.v2RealPath", "true");
     System.setProperty("zookeeper.forceSync", "no");
     System.setProperty("jetty.testMode", "true");
+    System.setProperty("solr.zookeeper.connectionStrategy", 
TestConnectionStrategy.class.getName());

Review comment:
       What about a comment on TestConnectionStrategy instead? See the changes 
for that in b386e144e2f




-- 
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]

Reply via email to