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

This commit is contained in:
Zach Fewtrell 2020-10-25 01:05:38 -07:00 committed by GitHub
parent e05a7df7f9
commit ebfa769925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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