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
38116cf3
Commit
38116cf3
authored
Sep 20, 2011
by
Poul-Henning Kamp
Committed by
Tollef Fog Heen
Sep 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to make it easier to see why this test fails.
parent
787ce074
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
r00962.vtc
bin/varnishtest/tests/r00962.vtc
+7
-0
No files found.
bin/varnishtest/tests/r00962.vtc
View file @
38116cf3
...
...
@@ -32,6 +32,12 @@ varnish v1 -cliok "debug.persistent s0 dump"
varnish v1 -cliok "debug.persistent s0 sync"
varnish v1 -stop
server s1 {
rxreq
txresp -status 400 -msg "Persistent Object Not Found"
} -start
varnish v2 \
-arg "-pdiag_bitmap=0x20000" \
-storage "-spersistent,${tmpdir}/_.per2,10m -spersistent,${tmpdir}/_.per1,10m" \
...
...
@@ -40,6 +46,7 @@ varnish v2 \
client c1 -connect ${v2_sock} {
txreq -url "/"
rxresp
expect resp.msg != "Persistent Object Not Found"
expect resp.status == 200
expect resp.http.X-Varnish == "1001"
} -run
...
...
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