From 36d438ba2793fefc7d50fb954ce7f7cd01469540 Mon Sep 17 00:00:00 2001 From: ranshid <88133677+ranshid@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:31:59 +0300 Subject: [PATCH] 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 Signed-off-by: Binbin Co-authored-by: Binbin --- tests/integration/dual-channel-replication.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/dual-channel-replication.tcl b/tests/integration/dual-channel-replication.tcl index b1aab1c23a..5302030db9 100644 --- a/tests/integration/dual-channel-replication.tcl +++ b/tests/integration/dual-channel-replication.tcl @@ -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 {} {