fix invalid 'failover' identifier in cluster slave selection test (#7942)
This commit is contained in:
parent
e05a7df7f9
commit
ebfa769925
@ -163,7 +163,7 @@ test "New Master down consecutively" {
|
|||||||
wait_for_condition 1000 50 {
|
wait_for_condition 1000 50 {
|
||||||
[master_detected $instances]
|
[master_detected $instances]
|
||||||
} else {
|
} else {
|
||||||
failover "No failover detected when master $master_id fails"
|
fail "No failover detected when master $master_id fails"
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_cluster_state ok
|
assert_cluster_state ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user