Skip to content

Commit

Permalink
Simplify r02976.vtc furtherer
Browse files Browse the repository at this point in the history
I was wrong, or I lied. This is the final cleanup.
  • Loading branch information
dridi committed Jun 24, 2019
1 parent d449895 commit 9a19fa4
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions bin/varnishtest/tests/r02976.vtc
Original file line number Diff line number Diff line change
@@ -1,30 +1,8 @@
varnishtest "Detect probe interval inversion"

barrier bprobe cond 2

server s1 {
# 5 probe requests
rxreq
txresp
close
accept
rxreq
txresp
close
accept
rxreq
txresp
close
accept
rxreq
txresp
close
accept
server s1 -repeat 5 { # probe requests
rxreq
txresp
close
accept
barrier bprobe sync
} -start

varnish v1 -cliok {param.set vcc_err_unref off}
Expand All @@ -41,4 +19,4 @@ varnish v1 -vcl {
}
} -start

barrier bprobe sync
server s1 -wait

0 comments on commit 9a19fa4

Please sign in to comment.