mirror of
https://github.com/redis/redis.git
synced 2026-06-14 20:12:48 -04:00
Fix kill aof rewrite child test (#10107)
The dbs doesn't have any keys, `rdb-key-save-delay` config has no effect that cause the rewrite to complete. It was introduced in #10015.
This commit is contained in:
parent
f41cc87088
commit
56a802057e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ start_server {tags {"aofrw external:skip"} overrides {aof-use-rdb-preamble no}}
|
|||
waitForBgrewriteaof r
|
||||
|
||||
# start a slow AOFRW
|
||||
set k v
|
||||
r set k v
|
||||
r config set rdb-key-save-delay 10000000
|
||||
r bgrewriteaof
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue