Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix replica online timing issue in failover test (valkey-io#1044)
Ci reported this failure: ``` [exception]: Executing test client: ERR FAILOVER target replica is not online.. ERR FAILOVER target replica is not online. while executing "$node_0 failover to $node_1_host $node_1_port" ``` We can see somehow the replica is not online in time and casuing this failure, added a verify_replica_online to make sure the replica is online for the test. Signed-off-by: Binbin <binloveplay1314@qq.com> Signed-off-by: naglera <anagler123@gmail.com>
- Loading branch information