[master] 02c63726f vtc: Remove one superflous rxreq in b19

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 31 14:24:06 UTC 2022


commit 02c63726f782897f4f46a7694786178e6679cb14
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 31 15:22:32 2022 +0100

    vtc: Remove one superflous rxreq in b19
    
    Refs #3776

diff --git a/bin/varnishtest/tests/b00019.vtc b/bin/varnishtest/tests/b00019.vtc
index b5e69c100..d6f343a96 100644
--- a/bin/varnishtest/tests/b00019.vtc
+++ b/bin/varnishtest/tests/b00019.vtc
@@ -1,21 +1,6 @@
 varnishtest "Check that max_restarts outside vcl_recv works and that we don't fall over"
 
-server s1 {
-	rxreq
-	txresp -body "012345\n"
-	accept
-	rxreq
-	txresp -body "012345\n"
-	accept
-	rxreq
-	txresp -body "012345\n"
-	accept
-	rxreq
-	txresp -body "012345\n"
-	accept
-	rxreq
-	txresp -body "012345\n"
-	accept
+server s1 -repeat 5 {
 	rxreq
 	txresp -body "012345\n"
 } -start


More information about the varnish-commit mailing list