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

Stabilize m00000

parent 37d1f705
......@@ -78,12 +78,16 @@ client c1 {
expect resp.status == 503
} -run
varnish v1 -vsl_catchup
client c1 {
txreq -url "/priv-task-no-mem"
rxresp
expect resp.status == 503
} -run
varnish v1 -vsl_catchup
varnish v1 -expect DEBUG.count == 1
logexpect l1 -v v1 -g raw -d 1 {
......@@ -268,6 +272,8 @@ client c1 {
expect resp.http.uzp-match == true
} -run
varnish v1 -vsl_catchup
varnish v1 -vcl+backend { }
varnish v1 -cliok "debug.vmod"
......@@ -279,6 +285,8 @@ varnish v1 -cliok "vcl.discard vcl[1-8]"
varnish v1 -cliok "vcl.list"
varnish v1 -cliok "debug.vmod"
delay .5
varnish v1 -expect vmods == 0
varnish v1 -errvcl {Symbol 'std' type (vmod) can not be used in expression.} {
......
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