From: antirez Date: Mon, 11 Jul 2011 14:04:18 +0000 (+0200) Subject: solved a slow positive in the slow log test when the test is executed slowly X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/34a8b51768a2579010e128b05e001bf1d8f99995 solved a slow positive in the slow log test when the test is executed slowly --- diff --git a/tests/unit/slowlog.tcl b/tests/unit/slowlog.tcl index d7fca782..55a71e98 100644 --- a/tests/unit/slowlog.tcl +++ b/tests/unit/slowlog.tcl @@ -1,4 +1,4 @@ -start_server {tags {"slowlog"}} { +start_server {tags {"slowlog"} overrides {slowlog-log-slower-than 1000000}} { test {SLOWLOG - check that it starts with an empty log} { r slowlog len } {0}