Deflake test ync should continue if not all slaves dropped dual-channel-replication (#1164)

Sometimes when dual-channel is turned off the tested replica might
disconnect on COB overrun. disable the replica COB limit in order to
prevent such cases.

Fixes: #1153

Signed-off-by: Ran Shidlansik <ranshid@amazon.com>
Signed-off-by: Binbin <binloveplay1314@qq.com>
Co-authored-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
ranshid 2024-10-14 10:31:59 +03:00 committed by GitHub
parent 597aa037cc
commit 36d438ba27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -842,11 +842,11 @@ start_server {tags {"dual-channel-replication external:skip"}} {
$primary config set dual-channel-replication-enabled yes
$primary config set loglevel debug
$primary config set repl-diskless-sync-delay 5
$primary config set client-output-buffer-limit "replica 0 0 0"
# Generating RDB will cost 5s(10000 * 0.0005s)
$primary debug populate 10000 primary 1
$primary config set rdb-key-save-delay 500
$primary config set dual-channel-replication-enabled $dualchannel
start_server {} {