From: antirez Date: Wed, 21 Dec 2011 08:24:14 +0000 (+0100) Subject: A test modified to pass with the new AOF start/stop semantics. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/b4fb720b1014a05fb1e3238d1b7b73883e20cb00?ds=inline A test modified to pass with the new AOF start/stop semantics. --- diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl index bb65570a..6bdb0b3f 100644 --- a/tests/unit/other.tcl +++ b/tests/unit/other.tcl @@ -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}