]> git.saurik.com Git - redis.git/commitdiff
minimal change to obuf-limits.tcl test to make sure there are no false positives...
authorantirez <antirez@gmail.com>
Mon, 30 Jan 2012 20:08:10 +0000 (21:08 +0100)
committerantirez <antirez@gmail.com>
Mon, 30 Jan 2012 20:08:10 +0000 (21:08 +0100)
tests/unit/obuf-limits.tcl

index fa661aa4c0e95f989fb930bb4ba1ad56d9b56689..54aa8ebc8c4da307733fd8541bc437683d819bdd 100644 (file)
@@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} {
             if {![regexp {omem=([0-9]+)} $c - omem]} break
             if {$omem > 200000} break
         }
-        assert {$omem >= 99984 && $omem < 200000}
+        assert {$omem >= 99970 && $omem < 200000}
         $rd1 close
     }