From 513a43e038b39a8e749e4550be5805ae0141a83c Mon Sep 17 00:00:00 2001 From: naglera Date: Mon, 23 Dec 2024 13:53:58 +0000 Subject: [PATCH] Skip dual channel test with master diskless disabled because it will initiate the same synchronization process as the non-dual channel test, making it redundant Signed-off-by: naglera --- tests/integration/replication-psync.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/replication-psync.tcl b/tests/integration/replication-psync.tcl index 4c305ebff4..88a33045f0 100644 --- a/tests/integration/replication-psync.tcl +++ b/tests/integration/replication-psync.tcl @@ -115,6 +115,10 @@ tags {"external:skip"} { foreach mdl {no yes} { foreach sdl {disabled swapdb} { foreach dualchannel {yes no} { + # Skip dual channel test with master diskless disabled + if {$dualchannel == "yes" && $mdl == "no"} { + continue + } test_psync {no reconnection, just sync} 6 1000000 3600 0 { } $mdl $sdl $dualchannel 0