Commit 271e2b83 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Let the VSL catch up between clients. This seems to stabilize this test.

parent a53079e3
......@@ -53,6 +53,8 @@ varnish v1 -expect MAIN.n_lru_nuked == 0
barrier b1 sync
client c1 -wait
varnish v1 -vsl_catchup
varnish v1 -expect SM?.rxbuf.g_bytes == 0
varnish v1 -expect SM?.Transient.g_bytes == 0
varnish v1 -expect MAIN.n_lru_nuked == 0
......@@ -64,6 +66,8 @@ client c2 {
expect resp.bodylen == 1048000
} -run
varnish v1 -vsl_catchup
varnish v1 -expect SM?.rxbuf.g_bytes >= 1048000
varnish v1 -expect MAIN.n_lru_nuked == 0
......@@ -90,5 +94,7 @@ varnish v1 -expect MAIN.n_lru_nuked == 1
barrier b1 sync
client c3 -wait
varnish v1 -vsl_catchup
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