Github user kohlmu-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/483#discussion_r116248082
  
    --- Diff: 
geode-core/src/test/java/org/apache/geode/cache/client/internal/AutoConnectionSourceImplJUnitTest.java
 ---
    @@ -109,6 +110,7 @@ public void setUp() throws Exception {
     
       @After
       public void tearDown() {
    +    System.clearProperty(DistributionConfig.GEMFIRE_PREFIX + 
"LOCATOR_UPDATE_INTERVAL");
    --- End diff --
    
    This can be replaced with 
    `@Rule
      public final RestoreSystemProperties restoreSystemProperties = new 
RestoreSystemProperties();`


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