Make test compatible with malloc and umem stevedore

parent de681525
......@@ -44,15 +44,15 @@ client c1 {
} -start
} -start
varnish v1 -expect SMA.rxbuf.g_bytes >= 2048
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SM?.rxbuf.g_bytes >= 2048
varnish v1 -expect SM?.Transient.g_bytes == 0
varnish v1 -expect MAIN.n_lru_nuked == 0
barrier b1 sync
client c1 -wait
varnish v1 -expect SMA.rxbuf.g_bytes == 0
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SM?.rxbuf.g_bytes == 0
varnish v1 -expect SM?.Transient.g_bytes == 0
varnish v1 -expect MAIN.n_lru_nuked == 0
client c2 {
......@@ -62,7 +62,7 @@ client c2 {
expect resp.bodylen == 1048000
} -run
varnish v1 -expect SMA.rxbuf.g_bytes >= 1048000
varnish v1 -expect SM?.rxbuf.g_bytes >= 1048000
varnish v1 -expect MAIN.n_lru_nuked == 0
client c3 {
......@@ -74,13 +74,13 @@ client c3 {
} -start
} -start
varnish v1 -expect SMA.rxbuf.g_bytes >= 2048
varnish v1 -expect SMA.rxbuf.g_bytes < 3000
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SM?.rxbuf.g_bytes >= 2048
varnish v1 -expect SM?.rxbuf.g_bytes < 3000
varnish v1 -expect SM?.Transient.g_bytes == 0
varnish v1 -expect MAIN.n_lru_nuked == 1
barrier b1 sync
client c3 -wait
varnish v1 -expect SMA.rxbuf.g_bytes == 0
varnish v1 -expect SMA.Transient.g_bytes == 0
varnish v1 -expect SM?.rxbuf.g_bytes == 0
varnish v1 -expect SM?.Transient.g_bytes == 0
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