epugh commented on code in PR #1218:
URL: https://github.com/apache/solr/pull/1218#discussion_r1096789692


##########
solr/solrj/src/test/org/apache/solr/client/solrj/embedded/AbstractEmbeddedSolrServerTestCase.java:
##########
@@ -104,4 +110,8 @@ protected SolrClient getSolrCore1() {
   protected SolrClient getSolrCore(String name) {
     return new EmbeddedSolrServer(cores, name);
   }
+
+  protected SolrClient getSolrAdmin() {

Review Comment:
   Cool...    So in many of our tests we need an admin client that doesn't have 
a core/collection name in the path, and then a collection specific one, and 
this solves that first need?    



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