Commit df5ce641 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Retire this test-case again, it fails after the change to

socket (re)open code.
parent ecae7e09
varnishtest "Test failure if our listen socket gets stolen"
server s1 {
rxreq
txresp
} -start
varnish v1 -arg "-a :0" -vcl+backend {} -start
client c1 {
txreq
rxresp
expect resp.status == 200
} -run
varnish v1 -stop
# Now have another varnish steal the listen socket
varnish v2 -arg "-a ${v1_addr}:${v1_port}" -vcl+backend {} -start
varnish v1 -clierr 300 "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