Commit 9b0bcf25 authored by antirez's avatar antirez
Browse files

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

parent f3006804
......@@ -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}}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment