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
79cf4bac
Commit
79cf4bac
authored
Feb 24, 2020
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make v56.vtc easier to debug
In case of failure, I can see which client failed more easily.
parent
bcd7d07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
v00056.vtc
bin/varnishtest/tests/v00056.vtc
+9
-4
No files found.
bin/varnishtest/tests/v00056.vtc
View file @
79cf4bac
...
...
@@ -54,16 +54,21 @@ client c1 {
txreq
rxresp
expect resp.status == 500
} -run
barrier b1 sync
barrier b1 sync
barrier b2 sync
barrier b2 sync
client c2 {
txreq
rxresp
expect resp.status == 500
} -run
barrier b3 sync
barrier b4 sync
barrier b3 sync
barrier b4 sync
client c3 {
txreq
rxresp
expect resp.status == 200
...
...
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