Github user DivineEnder commented on a diff in the pull request: https://github.com/apache/geode/pull/608#discussion_r124621529 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesPersistenceIntegrationTest.java --- @@ -48,13 +49,13 @@ public class LuceneQueriesPersistenceIntegrationTest extends LuceneIntegrationTest { @Rule - public DiskDirRule diskDirRule = new DiskDirRule(); + public TemporaryFolder tempFolderRule = new TemporaryFolder(new File(".")); --- End diff -- Yeah. That's a good idea. Turns out there is an empty TemporaryFolder constructor, so I'll make that change.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---