epugh commented on code in PR #4010:
URL: https://github.com/apache/solr/pull/4010#discussion_r2672748709


##########
solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java:
##########
@@ -59,6 +59,7 @@ public void setupCluster() throws Exception {
     System.setProperty("solr.directoryFactory", 
"solr.StandardDirectoryFactory");
     System.setProperty("solr.ulog.numRecordsToKeep", "1000");
     System.setProperty("leaderVoteWait", "60000");
+    System.setProperty("tests.zk.violationReportAction", "IGNORE");

Review Comment:
   That is a fair comment...   Theoretically, since this PR is about removing 
unneeded clearing of properties, then any improvements to the tests shouldn't 
be in this PR...   



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