Skip to content

Commit

Permalink
Skip dual channel test with master diskless disabled
Browse files Browse the repository at this point in the history
because it will initiate the same synchronization process
as the non-dual channel test, making it redundant

Signed-off-by: naglera <anagler123@gmail.com>
  • Loading branch information
naglera committed Dec 23, 2024
1 parent 11ecc78 commit 513a43e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/replication-psync.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 513a43e

Please sign in to comment.