From b6862c5c6d4eb47fb9b18ad607fc6e2471fe0701 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 22 Aug 2024 15:35:28 -0700 Subject: [PATCH] Revert repl backlog size back to 1mb for dual channel tests (#934) There is a test that assumes that the backlog will get overrun, but because of the recent changes to the default it no longer fails. It seems like it is a bit flakey now though, so resetting the value in the test back to 1mb. (This relates to the CoB of 1100k. So it should consistently work with a 1mb limit). Signed-off-by: Madelyn Olson --- tests/integration/dual-channel-replication.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/dual-channel-replication.tcl b/tests/integration/dual-channel-replication.tcl index 426d64442..da5e521dd 100644 --- a/tests/integration/dual-channel-replication.tcl +++ b/tests/integration/dual-channel-replication.tcl @@ -704,6 +704,7 @@ start_server {tags {"dual-channel-replication external:skip"}} { $replica config set dual-channel-replication-enabled yes $replica config set loglevel debug $replica config set repl-timeout 10 + $primary config set repl-backlog-size 1mb test "Test dual-channel-replication primary gets cob overrun before established psync" { # Pause primary main process after fork