HoustonPutman commented on code in PR #3154: URL: https://github.com/apache/solr/pull/3154#discussion_r1941784747
########## solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java: ########## @@ -295,12 +295,12 @@ public void testBasicAuth() throws Exception { verifySecurityStatus(cl, baseUrl + "/admin/info/key", "key", NOT_NULL_PREDICATE, 20); assertAuthMetricsMinimums(17, 8, 8, 1, 0, 0); - String[] toolArgs = new String[] {"status", "--solr-url", baseUrl}; + String[] toolArgs = + new String[] {"status", "--solr-url", baseUrl, "--credentials", "harry:HarryIsUberCool"}; ByteArrayOutputStream baos = new ByteArrayOutputStream(); PrintStream stdoutSim = new PrintStream(baos, true, StandardCharsets.UTF_8.name()); StatusTool tool = new StatusTool(stdoutSim); try { - System.setProperty("basicauth", "harry:HarryIsUberCool"); Review Comment: I have no idea, clearly it didn't work haha. -- 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