Commit b4fb720b authored by antirez's avatar antirez
Browse files

A test modified to pass with the new AOF start/stop semantics.

parent 202e3091
...@@ -140,6 +140,7 @@ start_server {tags {"other"}} { ...@@ -140,6 +140,7 @@ start_server {tags {"other"}} {
r pexpireat pz [expr {([clock seconds]+3000)*1000}] r pexpireat pz [expr {([clock seconds]+3000)*1000}]
# Reload and check # Reload and check
waitForBgrewriteaof r
r debug loadaof r debug loadaof
set ttl [r ttl x] set ttl [r ttl x]
assert {$ttl > 900 && $ttl <= 1000} assert {$ttl > 900 && $ttl <= 1000}
......
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