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


##########
solr/test-framework/src/java/org/apache/solr/cloud/ChaosMonkey.java:
##########
@@ -77,7 +77,7 @@ public class ChaosMonkey {
   // NOTE: CONN_LOSS and EXP are currently being set to "false" intentionally 
here. Remove the
   // default value once we know tests pass reliably under those conditions
   private static final String CONN_LOSS =
-      System.getProperty("solr.tests.cloud.cm.connloss", "false");
+      System.getProperty("solr.tests.cloud.cm.connloss.enabled", "false");

Review Comment:
   I can live with it, I suspect no one uses this unless they are actively 
working the topic, I don't think it's in a CI setup for example where a name 
change would matter.



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