summaryrefslogtreecommitdiff
path: root/tests/cluster/tests/10-manual-failover.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cluster/tests/10-manual-failover.tcl')
-rw-r--r--tests/cluster/tests/10-manual-failover.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cluster/tests/10-manual-failover.tcl b/tests/cluster/tests/10-manual-failover.tcl
index 5fa3d32bf..5441b79f3 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}}
+}