From b4fb720b1014a05fb1e3238d1b7b73883e20cb00 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 21 Dec 2011 09:24:14 +0100 Subject: [PATCH] A test modified to pass with the new AOF start/stop semantics. --- tests/unit/other.tcl | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.2