Commit 9ca57649 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix issues exposed by different scheduling on OmniOS.

Notice the "-wait" necessary before reconfiguring server s1, this
mistake is probably present in other testcases too.
parent 731d2084
......@@ -6,7 +6,7 @@ server s1 {
rxreq
send "HTTP/1.1 200 Ok\r\nConnection: close\r\n\r\n"
delay 1.5
send "Baba\n"
# send "Baba\n"
} -start
varnish v1 -vcl+backend {
......@@ -25,7 +25,7 @@ client c1 {
varnish v1 -expect n_object == 0
varnish v1 -expect n_objectcore == 0
server s1 {
server s1 -wait {
rxreq
send "HTTP/1.1 200 Ok\r\nConnection: close\r\n\r\n"
delay 0.5
......
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