[master] 7aef0530c More vcc_expr coverage (CBLOBs)

Poul-Henning Kamp phk at FreeBSD.org
Fri May 7 09:32:05 UTC 2021


commit 7aef0530cf52567b22e5e2a96e2e321b3d5c498e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 7 09:21:49 2021 +0000

    More vcc_expr coverage (CBLOBs)

diff --git a/bin/varnishtest/tests/v00020.vtc b/bin/varnishtest/tests/v00020.vtc
index ac60663aa..f437e92a2 100644
--- a/bin/varnishtest/tests/v00020.vtc
+++ b/bin/varnishtest/tests/v00020.vtc
@@ -342,6 +342,13 @@ varnish v1 -errvcl {INT * BLOB not possible.} {
 	}
 }
 
+varnish v1 -errvcl {INT * BLOB not possible.} {
+	import blob;
+	sub vcl_deliver {
+		set resp.status = 100 * :4thASR0O18ZxnoKtc4zd8KuO25rPvwvMQyAvRfilz6o=:);
+	}
+}
+
 # XXX: should spot nonexistent storage
 varnish v1 -errvcl {Symbol not found: 'storage.foo'} {
 	sub vcl_backend_response {


More information about the varnish-commit mailing list