[3.0] 1b373e8 If people only specify the Transient storage, only run on the Transient storage.
Tollef Fog Heen
tfheen at varnish-cache.org
Mon Apr 22 13:27:00 CEST 2013
commit 1b373e8d15ea411e3908d69b33bb64796b61f5c9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Aug 13 11:05:05 2012 +0000
If people only specify the Transient storage, only run on the Transient
storage.
Fixes #1176
diff --git a/bin/varnishtest/tests/r01176.vtc b/bin/varnishtest/tests/r01176.vtc
new file mode 100644
index 0000000..d9a0a99
--- /dev/null
+++ b/bin/varnishtest/tests/r01176.vtc
@@ -0,0 +1,14 @@
+varnishtest "-s Transient=malloc crash"
+
+server s1 {
+ rxreq
+ txresp
+} -start
+
+varnish v1 -storage "-s Transient=malloc" -vcl+backend {} -start
+
+client c1 {
+ txreq
+ rxresp
+ expect resp.status == 200
+} -run
More information about the varnish-commit
mailing list