提交 fcdeb985 编写于 作者: A antirez

even less false positive on obuf-limits test.

上级 467d703e
......@@ -15,7 +15,7 @@ start_server {tags {"obuf-limits"}} {
if {![regexp {omem=([0-9]+)} $c - omem]} break
if {$omem > 200000} break
}
assert {$omem >= 99970 && $omem < 200000}
assert {$omem >= 99000 && $omem < 200000}
$rd1 close
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册