dsmiley commented on code in PR #1158: URL: https://github.com/apache/solr/pull/1158#discussion_r1014351333
########## solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java: ########## @@ -156,8 +160,7 @@ public synchronized SolrClient getSolrClient() { public SolrClient createNewSolrClient() { try { // setup the client... - final String url = jetty.getBaseUrl().toString() + "/" + "collection1"; - final SolrClient client = getHttpSolrClient(url, DEFAULT_CONNECTION_TIMEOUT); + final SolrClient client = getHttpSolrClient(getServerUrl(), DEFAULT_CONNECTION_TIMEOUT); Review Comment: @sonatype-lift exclude solr/solrj/src/java/org/apache/solr/common/util/ObjectReleaseTracker.java -- 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