[master] 009297d52 Stabilize this test under heavy system loads

Poul-Henning Kamp phk at FreeBSD.org
Wed Feb 6 21:59:08 UTC 2019


commit 009297d522be4199e70500ce370c29c87c4c8c7c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Feb 6 21:58:23 2019 +0000

    Stabilize this test under heavy system loads

diff --git a/bin/varnishtest/tests/c00088.vtc b/bin/varnishtest/tests/c00088.vtc
index b39171f9a..d95477eae 100644
--- a/bin/varnishtest/tests/c00088.vtc
+++ b/bin/varnishtest/tests/c00088.vtc
@@ -1,8 +1,13 @@
 varnishtest "Dropping polling of a backend that listens at UDS"
 
-server s1 -listen "${tmpdir}/s1.sock" -repeat 40 {
-	rxreq
-	txresp
+server s1 -listen "${tmpdir}/s1.sock" {
+	non_fatal
+	timeout 3
+	loop 40 {
+		rxreq
+		txresp
+		accept
+	}
 } -start
 
 varnish v1 -vcl {


More information about the varnish-commit mailing list