gerlowskija commented on code in PR #2229: URL: https://github.com/apache/solr/pull/2229#discussion_r1470501485
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientTest.java: ########## @@ -1013,7 +1013,8 @@ public void testGetRawStream() throws Exception { getBaseUrl() + "/debug/foo", DEFAULT_CONNECTION_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT) .build()) { GenericSolrRequest req = - new GenericSolrRequest(SolrRequest.METHOD.GET, "/select", params("q", "*:*")); + new GenericSolrRequest(SolrRequest.METHOD.GET, "/select", params("q", "*:*")) Review Comment: I didn't try it earlier because I wasn't sure whether this was related to any of the `/debug/foo` stuff above, but I'll give it a shot and update if the test passes... -- 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