mivanac commented on a change in pull request #7422: URL: https://github.com/apache/geode/pull/7422#discussion_r824500405
########## File path: geode-wan/src/distributedTest/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPersistenceEnabledGatewaySenderDUnitTest.java ########## @@ -2231,6 +2240,102 @@ public void testpersistentWanGateway_restartSenderWithCleanQueuesDelayed_expectN vm3.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 0)); } + + /** + * Enable persistence for region as well as GatewaySender and see if remote site receives all the + * events. + */ Review comment: Comment updated. -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org