Commit 95fecbed authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

stabilize test: do not expect exact byte counts

Across the platforms we support, the overhead of stevedore allocations
varies slightly due to different sizes of our structs.
parent 16ce13b6
......@@ -44,7 +44,7 @@ client c1 {
delay .1
varnish v1 -expect SM?.Transient.g_bytes > 1048000
varnish v1 -expect SM?.Transient.g_space == 8
varnish v1 -expect SM?.Transient.g_space < 50
client c1 {
# Fill malloc
......@@ -56,7 +56,7 @@ client c1 {
} -run
varnish v1 -expect SM?.s0.g_bytes > 1048000
varnish v1 -expect SM?.s0.g_space == 4
varnish v1 -expect SM?.s0.g_space < 50
client c1 {
# Check that Varnish is still alive
......
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