From 6f899382ca7b720537124284c7fa68d97090db3c Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 29 May 2021 02:22:20 +0000 Subject: [PATCH] Prevent partial sync in test that requires only full syncs Former-commit-id: 1b9fea066914d7f23d6bec220f26b8c0112d7f8b --- tests/integration/replication.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 3609ae483..4e4b39a6a 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -530,8 +530,7 @@ test {diskless loading short read} { $master multi $master client kill type replica $master set asdf asdf - # the side effect of resizing the backlog is that it is flushed (16k is the min size) - $master config set repl-backlog-size [expr {16384 + $i}] + $master debug truncate-repl-backlog $master exec } # wait for loading to stop (fail)