summaryrefslogtreecommitdiffstats
path: root/tests/basic/afr/halo.t
Commit message (Collapse)AuthorAgeFilesLines
* cluster/afr: Fixes for haloPranith Kumar K2020-03-131-0/+61
Current implementation assumes that ping-event will come after connect event but that may not be the case in the cases where after socket connection fds need to be re-opened which would consume more time. So handle any order of the ping/child-up events. fixes: bz#1800583 Change-Id: I6bcdc0caa503bdc039ef2b4739fbf4afae121f05 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>