janhoy commented on PR #2712:
URL: https://github.com/apache/solr/pull/2712#issuecomment-2352420107

   So the reason is that in `BasicAuthIntegrationTest` it calls the tool 
directly with a url to query the status endpoint of the local Solr being 
tested. However, our test suite does not actually spawn processes, it just 
spins up a test jetty in a thread, so `SolrProcessManager` does not detect it. 
And we rely on info from running processes in that code path now. So either 
I'll change BasicAuth code to some other means of querying or will adapt the 
`--solr-url` code path of StatusTool to not rely on running process map...


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

Reply via email to