]> git.saurik.com Git - redis.git/commitdiff
solved a slow positive in the slow log test when the test is executed slowly
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 14:04:18 +0000 (16:04 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 14:04:18 +0000 (16:04 +0200)
tests/unit/slowlog.tcl

index d7fca782f90403f2cc08f3d5ff45976395d8e72a..55a71e985988d9718db1a0e87636ec00c71a957a 100644 (file)
@@ -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}