Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3988e32f
Commit
3988e32f
authored
Oct 25, 2020
by
Zach Fewtrell
Committed by
Oran Agra
Oct 27, 2020
Browse files
fix invalid 'failover' identifier in cluster slave selection test (#7942)
(cherry picked from commit
ebfa7699
)
parent
6f16e52a
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/cluster/tests/05-slave-selection.tcl
View file @
3988e32f
...
@@ -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
{
fail
over
"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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment