[master] ed1a4f23e Ensure old VSL's do not confuse expectations

Poul-Henning Kamp phk at FreeBSD.org
Tue May 9 07:59:05 UTC 2023


commit ed1a4f23e2bc7f173476e6b324d0286ab7e0bb9a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 9 07:58:30 2023 +0000

    Ensure old VSL's do not confuse expectations

diff --git a/bin/varnishtest/tests/r02413.vtc b/bin/varnishtest/tests/r02413.vtc
index ba85102b1..64715f6e9 100644
--- a/bin/varnishtest/tests/r02413.vtc
+++ b/bin/varnishtest/tests/r02413.vtc
@@ -28,6 +28,9 @@ varnish v1 -vcl+backend {
 varnish v1 -cliok "vcl.label vclB vcl2"
 varnish v1 -cliok "vcl.list"
 
+# Ensure old VSLs do not confuse l1
+varnish v1 -vsl_catchup
+
 logexpect l1 -v v1 -g raw {
 	expect * 1002	VCL_call	"BACKEND_FETCH"
 	expect 0 1002	VCL_trace	{^vcl1 \d+ \d+\.\d+\.\d+$}


More information about the varnish-commit mailing list