Skip to content

Commit

Permalink
Fix repl buffer tests
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Sep 4, 2024
1 parent 6e4f382 commit 0a906ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/replication-buffer.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ start_server {} {
# with master.
$master config set repl-timeout 1000
$replica1 config set repl-timeout 1000
$replica1 config set client-output-buffer-limit "replica 1024 0 0"
$replica2 config set repl-timeout 1000
$replica2 config set client-output-buffer-limit "replica 0 0 0"
$replica2 config set client-output-buffer-limit "replica 1024 0 0"
$replica2 config set dual-channel-replication-enabled $dualchannel

$replica1 replicaof $master_host $master_port
Expand Down

0 comments on commit 0a906ce

Please sign in to comment.