mirror of https://mirror.osredm.com/root/redis.git
Remove cron saving during BGSAVE test. (#8688)
This fixes a race where a bgsave can start during the test after we verified no bgsave is running.
This commit is contained in:
parent
f6e1a94e03
commit
3060de88ce
|
@ -1,4 +1,4 @@
|
|||
start_server {tags {"other"}} {
|
||||
start_server {overrides {save ""} tags {"other"}} {
|
||||
if {$::force_failure} {
|
||||
# This is used just for test suite development purposes.
|
||||
test {Failing test} {
|
||||
|
|
Loading…
Reference in New Issue