Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
d26b1305
Commit
d26b1305
authored
Oct 27, 2021
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stabilize m00000
parent
37d1f705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
m00000.vtc
bin/varnishtest/tests/m00000.vtc
+8
-0
No files found.
bin/varnishtest/tests/m00000.vtc
View file @
d26b1305
...
@@ -78,12 +78,16 @@ client c1 {
...
@@ -78,12 +78,16 @@ client c1 {
expect resp.status == 503
expect resp.status == 503
} -run
} -run
varnish v1 -vsl_catchup
client c1 {
client c1 {
txreq -url "/priv-task-no-mem"
txreq -url "/priv-task-no-mem"
rxresp
rxresp
expect resp.status == 503
expect resp.status == 503
} -run
} -run
varnish v1 -vsl_catchup
varnish v1 -expect DEBUG.count == 1
varnish v1 -expect DEBUG.count == 1
logexpect l1 -v v1 -g raw -d 1 {
logexpect l1 -v v1 -g raw -d 1 {
...
@@ -268,6 +272,8 @@ client c1 {
...
@@ -268,6 +272,8 @@ client c1 {
expect resp.http.uzp-match == true
expect resp.http.uzp-match == true
} -run
} -run
varnish v1 -vsl_catchup
varnish v1 -vcl+backend { }
varnish v1 -vcl+backend { }
varnish v1 -cliok "debug.vmod"
varnish v1 -cliok "debug.vmod"
...
@@ -279,6 +285,8 @@ varnish v1 -cliok "vcl.discard vcl[1-8]"
...
@@ -279,6 +285,8 @@ varnish v1 -cliok "vcl.discard vcl[1-8]"
varnish v1 -cliok "vcl.list"
varnish v1 -cliok "vcl.list"
varnish v1 -cliok "debug.vmod"
varnish v1 -cliok "debug.vmod"
delay .5
varnish v1 -expect vmods == 0
varnish v1 -expect vmods == 0
varnish v1 -errvcl {Symbol 'std' type (vmod) can not be used in expression.} {
varnish v1 -errvcl {Symbol 'std' type (vmod) can not be used in expression.} {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment