jvarenina commented on a change in pull request #6036:
URL: https://github.com/apache/geode/pull/6036#discussion_r696400763



##########
File path: 
geode-wan/src/distributedTest/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPersistenceEnabledGatewaySenderDUnitTest.java
##########
@@ -1892,9 +1908,10 @@ public void 
testpersistentWanGateway_restartSender_expectAllEventsReceived_scena
     LogWriterUtils.getLogWriter().info("All the senders are now running...");
 
     // 
----------------------------------------------------------------------------------------------------
-
-    vm2.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 
3000));
-    vm3.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 
3000));
+    vm7.invoke(() -> WANTestBase.doPuts(getTestMethodName(), 500));
+    vm4.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 
3000));
+    vm2.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 500));
+    vm3.invoke(() -> WANTestBase.validateRegionSize(getTestMethodName(), 500));

Review comment:
       Hi @albertogpz ,
   
   I tried to explain my every change in commit messages and even change for 
this test case, could Ou please check it 
https://github.com/apache/geode/commit/8ffce6170b4a61a2afbed23a0d3864eee1f5c7f7 
   
   I hope that commit message will help you understand this change. Please free 
to contact me if you still have some concerns regarding this case.




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