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
9bcae3ec
Commit
9bcae3ec
authored
Apr 07, 2018
by
Poul-Henning Kamp
Committed by
Dridi Boukelmoune
Jun 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a delay to allow the utils to attach the shmem before
running the transaction.
parent
4bc28383
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
u00009.vtc
bin/varnishtest/tests/u00009.vtc
+4
-2
u00010.vtc
bin/varnishtest/tests/u00010.vtc
+2
-0
No files found.
bin/varnishtest/tests/u00009.vtc
View file @
9bcae3ec
...
...
@@ -9,13 +9,15 @@ varnish v1 -vcl+backend {} -start
process p1 -dump {varnishhist -n ${v1_name}} -start
process p1 -expect-text 0 0 {1e2}
process p1 -expect-text 24 0 {1e2}
delay 1
client c1 {
txreq
rxresp
} -run
process p1 -expect-text
0
0 {#}
process p1 -expect-text
22
0 {#}
process p1 -screen_dump -write {q} -wait
bin/varnishtest/tests/u00010.vtc
View file @
9bcae3ec
...
...
@@ -11,6 +11,8 @@ process p1 -dump {varnishtop -n ${v1_name}} -start
process p1 -expect-text 1 1 {list length}
delay 1
client c1 {
txreq
rxresp
...
...
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