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 9b63d1d81e
commit 1c5d07a335

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}