epugh commented on code in PR #1158: URL: https://github.com/apache/solr/pull/1158#discussion_r1011902917
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/BasicHttpSolrClientTest.java: ########## @@ -341,7 +346,6 @@ public void testQuery() throws Exception { assertEquals("keep-alive", DebugServlet.headers.get("Connection")); // XML/POST - client.setParser(new XMLResponseParser()); Review Comment: i don't think so, as we generate a new client on line 236 with a fresh `XMLResponseParser`, and the test pasts. However, the method `testUpdate` is giving me problems.... -- 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