Commit 3988e32f authored by Zach Fewtrell's avatar Zach Fewtrell Committed by Oran Agra
Browse files

fix invalid 'failover' identifier in cluster slave selection test (#7942)


(cherry picked from commit ebfa7699)
parent 6f16e52a
...@@ -163,7 +163,7 @@ test "New Master down consecutively" { ...@@ -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
......
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