r4319 - branches/2.0/varnish-cache/bin/varnishtest/tests

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Oct 8 18:18:33 CEST 2009


Author: tfheen
Date: 2009-10-08 18:18:33 +0200 (Thu, 08 Oct 2009)
New Revision: 4319

Added:
   branches/2.0/varnish-cache/bin/varnishtest/tests/r00558.vtc
Log:
Merge r4241: Regression test case for 558



Copied: branches/2.0/varnish-cache/bin/varnishtest/tests/r00558.vtc (from rev 4241, trunk/varnish-cache/bin/varnishtest/tests/r00558.vtc)
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/tests/r00558.vtc	                        (rev 0)
+++ branches/2.0/varnish-cache/bin/varnishtest/tests/r00558.vtc	2009-10-08 16:18:33 UTC (rev 4319)
@@ -0,0 +1,19 @@
+# $Id$
+
+test "error from vcl_recv{} has no numeric code"
+
+
+server s1 {
+}
+
+varnish v1 -vcl+backend {
+	sub vcl_recv {
+		return (error);
+	}
+} -start
+
+client c1 {
+	txreq
+	rxresp
+	expect resp.status == 501
+} -run



More information about the varnish-commit mailing list