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


##########
solr/solrj/src/test/org/apache/solr/client/solrj/GetByIdTest.java:
##########
@@ -30,7 +35,9 @@ public class GetByIdTest extends EmbeddedSolrServerTestBase {
 
   @BeforeClass
   public static void beforeClass() throws Exception {
-    initCore();
+    solrClientTestRule.startSolr(LuceneTestCase.createTempDir("solrhome"));

Review Comment:
   Usually it's a reflection of whoever wrote the test and was maybe arbitrary. 
 I'm not sure we can strongly advocate one or the other.  I like the empty home 
dir insofar as the node configuration (usually read from solr.xml) is 
non-existent so  then the test infrastructure is in a position to tweak things 
for tests; perhaps being more minimalistic.  Perhaps a no-arg startSolr() would 
make this easy-path even easier and thus used more, which is a good thing.



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