提交 07f2edf5 编写于 作者: J Jonathan Pickett

upping timeout for AOF rewrite on windows

上级 37e9d787
......@@ -288,7 +288,8 @@ start_server {tags {"scripting"}} {
r eval {redis.call("set","foo","100")} 0
r eval {redis.call("incr","foo")} 0
r eval {redis.call("incr","foo")} 0
wait_for_condition 50 100 {
# windows build needs a bit longer than the "50 100" specified
wait_for_condition 100 1000 {
[s aof_rewrite_in_progress] == 0
} else {
fail "AOF rewrite can't complete after CONFIG SET appendonly yes."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册