HoustonPutman commented on a change in pull request #728: URL: https://github.com/apache/solr/pull/728#discussion_r819958608
########## File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java ########## @@ -490,7 +490,7 @@ protected static boolean isSSLMode() { public static void useFactory(String factory) throws Exception { // allow calling more than once so a subclass can override a base class if (!changedFactory) { - savedFactory = System.getProperty("solr.DirectoryFactory"); + savedFactory = System.getProperty("solr.directoryFactory"); Review comment: Was the first thing I tried in the investigation. It's unrelated, but a typo nonetheless -- 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