ignore rdb specific tests when running in --flash mode
Former-commit-id: b44ba3efb21c390c3d199ea1cdd238a57611fd85
This commit is contained in:
parent
57db38708f
commit
595a2315f6
4
tests/integration/rdb-repl-tests
Normal file
4
tests/integration/rdb-repl-tests
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user