Github user jinmeiliao commented on a diff in the pull request:

    https://github.com/apache/geode/pull/608#discussion_r124434616
  
    --- 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 --
    
    Is there any reason we want to pass in a parentFolder of current dir? Can 
we just use the temp folder that we don't care about where it is?


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

Reply via email to