Commit 9bcae3ec authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Add a delay to allow the utils to attach the shmem before

running the transaction.
parent 4bc28383
......@@ -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
......@@ -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
......
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