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

This commit is contained in:
antirez 2011-12-21 09:24:14 +01:00
parent 202e3091d7
commit b4fb720b10

View File

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