Commit d5c62621 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Avoid a race by using syncvsl

Without syncvsl, client N+1 may emitting VSL before client N
has flushed its VSL.

(In general we should probably always use syncvsl with logexpect)
parent d85f4c38
......@@ -6,6 +6,7 @@ varnishtest "VMOD blob workspace overflow conditions"
# will not result in a compilation failure.
varnish v1 -cliok "param.set vcc_err_unref off"
varnish v1 -cliok "param.set debug +syncvsl"
shell {
cat >vrt_blob.vcl <<-EOF
......
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