minimal change to obuf-limits.tcl test to make sure there are no false positives with 32bit instances as well.
This commit is contained in:
parent
d1c4c94ebf
commit
fc4ed4299b
@ -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 >= 99984 && $omem < 200000}
|
assert {$omem >= 99970 && $omem < 200000}
|
||||||
$rd1 close
|
$rd1 close
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user