Commit 797d98e9 authored by antirez's avatar antirez
Browse files

Test: obuf-limits test false positive removed.

Fixes #621.
parent 09aa55a3
...@@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} { ...@@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} {
if {![regexp {omem=([0-9]+)} $c - omem]} break if {![regexp {omem=([0-9]+)} $c - omem]} break
if {$omem > 200000} break if {$omem > 200000} break
} }
assert {$omem >= 99000 && $omem < 200000} assert {$omem >= 90000 && $omem < 200000}
$rd1 close $rd1 close
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment