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 <binloveplay1314@qq.com>
This commit is contained in:
Binbin 2025-11-17 17:25:19 +08:00 committed by GitHub
parent a06cf15b20
commit aef56e52f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -788,6 +788,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
$primary config set dual-channel-replication-enabled yes
$primary config set client-output-buffer-limit "replica 1100k 0 0"
$primary config set loglevel debug
$primary debug delay-rdb-client-free-seconds 60
# generate small db
populate 10 primary 10
start_server {} {