Unverified Commit 56a80205 authored by Binbin's avatar Binbin Committed by GitHub
Browse files

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.
parent f41cc870
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment