[master] 9aae4c6 that's what the vtc stats glob wildcards are for

Nils Goroll nils.goroll at uplex.de
Sun Feb 25 13:54:06 UTC 2018


commit 9aae4c63fcad966d42fc1b936db3512f0c2564e8
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sun Feb 25 14:52:45 2018 +0100

    that's what the vtc stats glob wildcards are for
    
    Ref c785de16cbd96f20668f0b879c54db623f8c42f2

diff --git a/bin/varnishtest/tests/r02530.vtc b/bin/varnishtest/tests/r02530.vtc
index dbdd4e6..c458b6a 100644
--- a/bin/varnishtest/tests/r02530.vtc
+++ b/bin/varnishtest/tests/r02530.vtc
@@ -30,7 +30,7 @@ server s1 {
 	sendhex 1f8b
 } -start
 
-varnish v1 -arg "-smalloc -sTransient=malloc" -vcl+backend {
+varnish v1 -vcl+backend {
 	sub vcl_recv {
 		if (req.url == "/pass") {
 			return (pass);
@@ -52,8 +52,8 @@ client c1 {
 varnish v1 -expect n_gzip == 0
 varnish v1 -expect n_gunzip == 0
 varnish v1 -expect n_test_gunzip == 0
-varnish v1 -expect SMA.s0.c_req == 0
-varnish v1 -expect SMA.Transient.c_req == 2
+varnish v1 -expect SM?.s0.c_req == 0
+varnish v1 -expect SM?.Transient.c_req == 2
 
 # Invalid partial response, also in Transient
 client c1 {
@@ -70,5 +70,5 @@ client c1 {
 varnish v1 -expect n_gzip == 0
 varnish v1 -expect n_gunzip == 0
 varnish v1 -expect n_test_gunzip == 0
-varnish v1 -expect SMA.s0.c_req == 0
-varnish v1 -expect SMA.Transient.c_req == 4
+varnish v1 -expect SM?.s0.c_req == 0
+varnish v1 -expect SM?.Transient.c_req == 4


More information about the varnish-commit mailing list