epugh commented on code in PR #3240: URL: https://github.com/apache/solr/pull/3240#discussion_r1981764531
########## solr/core/src/test/org/apache/solr/cli/ZkSubcommandsTest.java: ########## @@ -507,10 +507,8 @@ public void testGetFile() throws Exception { Path file = tmpDir.resolve("solrtest-getfile-" + this.getClass().getName() + "-" + System.nanoTime()); - String[] args = - new String[] { - "cp", "-z", zkServer.getZkAddress(), "zk:" + getNode, file.toAbsolutePath().toString() - }; + // Not setting --zk-host, will fall back to sysProp 'zkHost' + String[] args = new String[] {"cp", "zk:" + getNode, file.toAbsolutePath().toString()}; Review Comment: :-(. See me rant email ;-) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org