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 <madelyneolson@gmail.com>
This commit is contained in:
parent
1aa2ee7b33
commit
b6862c5c6d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user