albertogpz commented on pull request #7114:
URL: https://github.com/apache/geode/pull/7114#issuecomment-971719725


   > It only depends if collocation is completed.
   
   If servers are started sequentially, colocation will not be completed until 
the last one is started and that's why recovery will only be run in it.
   If servers are started in parallel, it must be checked that recovery is 
executed at least in one of them.
   
   As almost all test cases start the servers sequentially, I suggested to 
check recovery on the last one.
   For test cases starting the servers in parallel, it must be checked that 
recovery is started in at least one of them or alternatively, the start could 
be changed to start all the servers in parallel except for one and then check 
that recovery was started on the last one.


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