dsmiley commented on code in PR #1895:
URL: https://github.com/apache/solr/pull/1895#discussion_r1630041496
##########
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:
STCJ4 arranges for props to be cleared
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]