[master] 6412b84c3 test that structural tags are included in a (-w)ritten log

Nils Goroll nils.goroll at uplex.de
Tue Feb 5 15:02:08 UTC 2019


commit 6412b84c3d37ef887c58262b4a7346d415a41771
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Feb 5 16:00:21 2019 +0100

    test that structural tags are included in a (-w)ritten log
    
    Tests #2852
    
    Sorry, not the big overhaul of u6 yet...

diff --git a/bin/varnishtest/tests/u00006.vtc b/bin/varnishtest/tests/u00006.vtc
index 55b2fe909..b263af36c 100644
--- a/bin/varnishtest/tests/u00006.vtc
+++ b/bin/varnishtest/tests/u00006.vtc
@@ -12,7 +12,8 @@ process p1 {
 } -start
 shell {
 	exec varnishlog -n ${v1_name} -D -P ${tmpdir}/vlog.pid \
-	    -w ${tmpdir}/vlog.bin -R 10/s
+	    -w ${tmpdir}/vlog.bin -R 10/s \
+	    -i RespStatus -i ReqURL -i BereqURL
 }
 
 shell -match "Usage: .*varnishlog <options>" \


More information about the varnish-commit mailing list