magibney commented on code in PR #1895: URL: https://github.com/apache/solr/pull/1895#discussion_r1636675376
########## solr/core/src/test/org/apache/solr/update/CustomTLogDirTest.java: ########## @@ -36,8 +36,15 @@ public class CustomTLogDirTest extends SolrTestCaseJ4 { new EmbeddedSolrServerTestRule() { @Override protected void before() { + System.setProperty("solr.directoryFactory", "solr.NRTCachingDirectoryFactory"); solrClientTestRule.startSolr(LuceneTestCase.createTempDir()); } + + @Override Review Comment: thanks, removed this in 9dedb54121bb9822d8eeb2f301f47a2e09556cdd -- 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