From cd59462dca1dd54bcc0ffe8d357a3f9b28ac893c Mon Sep 17 00:00:00 2001 From: Vivek Saini Date: Thu, 28 Apr 2022 21:36:01 +0000 Subject: [PATCH] Cleanup test suite --- tests/integration/replication-psync-multimaster.tcl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/integration/replication-psync-multimaster.tcl b/tests/integration/replication-psync-multimaster.tcl index 2665adf9e..65f718763 100644 --- a/tests/integration/replication-psync-multimaster.tcl +++ b/tests/integration/replication-psync-multimaster.tcl @@ -142,12 +142,3 @@ foreach mdl {no yes} { } $mdl $sdl 1 } } - -foreach mdl {no} { - foreach sdl {swapdb} { - test_psync {backlog expired} 3 100000000 1 3 { - assert {[s -1 sync_partial_err] > 0} - } $mdl $sdl 1 - } -} -