ignore rdb specific tests when running in --flash mode

Former-commit-id: b44ba3efb21c390c3d199ea1cdd238a57611fd85
This commit is contained in:
malavan 2021-11-10 20:46:09 +00:00
parent 57db38708f
commit 595a2315f6
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
diskless no replicas drop during rdb pipe
diskless slow replicas drop during rdb pipe
diskless timeout replicas drop during rdb pipe
Kill rdb child process if its dumping RDB is not useful

View File

@ -704,6 +704,10 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
integration/replication-4
integration/replication-psync
}
set fp [open {./tests/integration/rdb-repl-tests} r]
set file_data [read $fp]
close $fp
set ::skiptests [split $file_data "\n"]
} else {
puts "Wrong argument: $opt"
exit 1