[master] 3d210ea74 Revert "varnishadm does not fail if an eror is received after the varnishadm -t timeout"

Nils Goroll nils.goroll at uplex.de
Mon Sep 19 13:53:05 UTC 2022


commit 3d210ea74a4f87949d15e7e62c2818bfa3098296
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Sep 19 15:52:19 2022 +0200

    Revert "varnishadm does not fail if an eror is received after the varnishadm -t timeout"
    
    This reverts commit 7791c04df7ae422272d92111b7e35da751ee77c5.
    
    Premature, can only go in once #3848 is done

diff --git a/bin/varnishtest/tests/m00000.vtc b/bin/varnishtest/tests/m00000.vtc
index 4fbe4e86f..a5d94aca4 100644
--- a/bin/varnishtest/tests/m00000.vtc
+++ b/bin/varnishtest/tests/m00000.vtc
@@ -177,10 +177,8 @@ shell {
 	cat >${tmpdir}/f1 <<-EOF
 	vcl 4.1;
 	import debug;
-	import vtc;
 	backend none none;
 	sub vcl_init {
-		vtc.sleep(10s);
 		new fails = debug.obj("fail");
 	}
 	EOF


More information about the varnish-commit mailing list