epugh commented on code in PR #2417:
URL: https://github.com/apache/solr/pull/2417#discussion_r1581159633
##########
solr/core/src/test/org/apache/solr/cloud/SolrCLIZkUtilsTest.java:
##########
@@ -69,6 +70,7 @@ public static void closeConn() {
zkClient = null;
}
zkAddr = null;
+ System.clearProperty("solr.solr.home");
Review Comment:
We probably should have a follow up ticket to just sweep through the code
and get rid of all the `System.clearProperty` (and maybe add it to policeman)
so the next person knows to use _SystemPropertiesRestoreRule_...
--
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]