summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-11 16:04:18 +0200
committerantirez <antirez@gmail.com>2011-07-11 16:04:18 +0200
commit34a8b51768a2579010e128b05e001bf1d8f99995 (patch)
tree3175446576f7facc19ab8c60431ab0392b66db80
parentbf1379c8dfb02ef2b897043ee7c3fced6f2d5929 (diff)
downloadredis-34a8b51768a2579010e128b05e001bf1d8f99995.tar.gz
solved a slow positive in the slow log test when the test is executed slowly
-rw-r--r--tests/unit/slowlog.tcl2
1 files changed, 1 insertions, 1 deletions
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}