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
68886de0
Unverified
Commit
68886de0
authored
Oct 29, 2021
by
Wang Yuan
Committed by
GitHub
Oct 29, 2021
Browse files
Fix timing issue in replication buffer test (#9697)
Introduced in #9166
parent
22a778c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/replication-buffer.tcl
View file @
68886de0
...
...
@@ -96,6 +96,14 @@ start_server {} {
$master config set save
""
$master config set repl-backlog-size 16384
$master config set client-output-buffer-limit
"replica 0 0 0"
# Executing 'debug digest' on master which has many keys costs much time
#
(
especially in valgrind
)
, this causes that replica1 and replica2 disconnect
# with master.
$master config set repl-timeout 1000
$replica1 config set repl-timeout 1000
$replica2 config set repl-timeout 1000
$replica1 replicaof $master_host $master_port
wait_for_sync $replica1
...
...
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