diff --git a/tests/cluster/tests/10-manual-failover.tcl b/tests/cluster/tests/10-manual-failover.tcl index 5fa3d32bf072c23580c1c89210888d83cd055c6e..5441b79f3885817101c6afc12ff4fe8c096223f0 100644 --- a/tests/cluster/tests/10-manual-failover.tcl +++ b/tests/cluster/tests/10-manual-failover.tcl @@ -185,3 +185,8 @@ test "Instance #5 is a master after some time" { fail "Instance #5 is not a master after some time regardless of FORCE" } } + +test "Wait for instance #0 to return back alive" { + R 0 deferred 0 + assert {[R 0 read] eq {OK}} +}