dschneider-pivotal commented on a change in pull request #7199:
URL: https://github.com/apache/geode/pull/7199#discussion_r770067321



##########
File path: 
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java
##########
@@ -1320,6 +1320,7 @@ public void testRecoverAfterConflict() {
           createReplicateRegion(regionName, getDiskDirs(getVMId()));
         });
         
assertThat(thrown).isInstanceOf(ConflictingPersistentDataException.class);
+        InternalDistributedSystem.getAnyInstance().getCache().close();

Review comment:
       Can you change this to: getCache().close() like other invokes in this 
test?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to