From 34a8b51768a2579010e128b05e001bf1d8f99995 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 16:04:18 +0200 Subject: [PATCH] solved a slow positive in the slow log test when the test is executed slowly --- tests/unit/slowlog.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/slowlog.tcl b/tests/unit/slowlog.tcl index d7fca782f..55a71e985 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}