Skip to content

Commit a8f1b9c

Browse files
enjoy-binbinzhijun42
authored andcommitted
Fix timing issue in dual channel replication COB test (valkey-io#2847)
After valkey-io#2829, valgrind report a test failure, it seems that the time is not enough to generate a COB limit in valgrind. Signed-off-by: Binbin <[email protected]>
1 parent 93f2017 commit a8f1b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/dual-channel-replication.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
788788
$primary config set dual-channel-replication-enabled yes
789789
$primary config set client-output-buffer-limit "replica 1100k 0 0"
790790
$primary config set loglevel debug
791+
$primary debug delay-rdb-client-free-seconds 60
791792
# generate small db
792793
populate 10 primary 10
793794
start_server {} {

0 commit comments

Comments
 (0)