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

    https://github.com/apache/geode/pull/603#discussion_r125094490
  
    --- Diff: 
geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java
 ---
    @@ -59,7 +64,7 @@
       @Rule
       public ExpectedException thrown = ExpectedException.none();
       private static final String INDEX_NAME = "index";
    -  protected static final String REGION_NAME = "index";
    +  public static final String REGION_NAME = "index";
    --- End diff --
    
    I don't think this needed to be made public - I think maybe the new test is 
importing the wrong static REGION_NAME?


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