Skip to content

Commit aef56e5

Browse files
authored
Fix timing issue in dual channel replication COB test (#2847)
After #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 a06cf15 commit aef56e5

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)