[master] 06095707f Test for #3046

Poul-Henning Kamp phk at FreeBSD.org
Wed Aug 21 07:07:06 UTC 2019


commit 06095707f6ce585466b017365a3b5571ca857b81
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Aug 21 07:06:29 2019 +0000

    Test for #3046

diff --git a/bin/varnishtest/tests/v00005.vtc b/bin/varnishtest/tests/v00005.vtc
index 4e37653b3..3fb2e6645 100644
--- a/bin/varnishtest/tests/v00005.vtc
+++ b/bin/varnishtest/tests/v00005.vtc
@@ -57,3 +57,12 @@ varnish v1 -errvcl {Probe request redefinition at:} {
 		}
 	}
 }
+
+varnish v1 -errvcl {Expected CNUM got '"120s"'} {
+        backend default {
+                .host = "127.0.0.1";
+                .probe = {
+                        .timeout = "120s";
+                }
+        }
+}


More information about the varnish-commit mailing list