Sentinel test: check that role matches at end of 00-base.

This commit is contained in:
antirez 2014-02-19 10:08:49 +01:00
parent 2a08c7e5ac
commit a88a057a1f

View File

@ -161,3 +161,7 @@ test "Failover works if we configure for absolute agreement" {
}
}
test "New master [join $addr {:}] role matches" {
assert {[RI $master_id role] eq {master}}
}