Cluster: unit 10 modified to leave cluster in proper state.

This commit is contained in:
antirez 2015-03-22 22:58:53 +01:00
parent f300680408
commit 9b0bcf25e1

View File

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