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
05db78e9
Unverified
Commit
05db78e9
authored
May 18, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
May 18, 2020
Browse files
Merge pull request #7271 from oranagra/fix_valgrind_repl_test
fix valgrind test failure in replication test
parents
0ca2f4f8
75c11d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/replication.tcl
View file @
05db78e9
...
...
@@ -612,7 +612,7 @@ start_server {tags {"repl"}} {
# Wait that replicas acknowledge they are online so
# we are sure that DBSIZE and DEBUG DIGEST will not
# fail because of timing issues.
wait_for_condition 50 100
{
wait_for_condition
1
50 100
{
[
lindex
[
$replica
role
]
3
]
eq
{
connected
}
}
else
{
fail
"replicas still not connected after some time"
...
...
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