try to stabilize m17.vtc

seen in vtest:

**   top   === server s1 -repeat 5 {
**   s1    Starting server
---- s1    Server listen address (127.0.0.1 58150) cannot be resolved: bind(2)

NB: I am not sure about this attempt
parent 249886ea
......@@ -130,7 +130,7 @@ varnish v1 -vcl+backend {
}
}
server s1 -repeat 2 {
server s1 -repeat 2 -keepalive {
rxreq
expect req.url == "/2"
txresp
......@@ -172,7 +172,7 @@ varnish v1 -vcl+backend {
}
}
server s1 -repeat 5 {
server s1 -repeat 5 -keepalive {
rxreq
txresp
} -start
......@@ -225,7 +225,7 @@ varnish v1 -vcl+backend {
}
# XXX server keeps params, so we need to reset previous -repeat 5
server s1 -repeat 3 {
server s1 -repeat 3 -keepalive {
rxreq
expect req.url ~ "^/6"
txresp
......@@ -307,7 +307,7 @@ varnish v1 -vcl+backend {
}
}
server s1 -repeat 3 {
server s1 -repeat 3 -keepalive {
rxreq
txresp
} -start
......
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