[master] f4f2830c1 Take another stab at stabilizing r02413

Poul-Henning Kamp phk at FreeBSD.org
Tue May 9 11:47:08 UTC 2023


commit f4f2830c16242bd4f5390bdb7782e435b628b907
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 9 11:45:21 2023 +0000

    Take another stab at stabilizing r02413

diff --git a/bin/varnishtest/tests/r02413.vtc b/bin/varnishtest/tests/r02413.vtc
index 64715f6e9..578fa5409 100644
--- a/bin/varnishtest/tests/r02413.vtc
+++ b/bin/varnishtest/tests/r02413.vtc
@@ -11,6 +11,8 @@ varnish v1 -arg "-p feature=+trace" -vcl+backend {
 	}
 } -start
 
+varnish v1 -cliok "param.set debug +syncvsl"
+
 varnish v1 -cliok "vcl.label vclA vcl1"
 
 varnish v1 -vcl+backend {
@@ -32,12 +34,12 @@ varnish v1 -cliok "vcl.list"
 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+$}
 	expect * 1001	VCL_call	"RECV"
 	expect 0 1001	VCL_trace	{^vcl2 \d+ \d+\.\d+\.\d+$}
 	expect * 1001	VCL_call	"RECV"
 	expect 0 1001	VCL_trace	{^vcl1 \d+ \d+\.\d+\.\d+$}
+	expect * 1002	VCL_call	"BACKEND_FETCH"
+	expect 0 1002	VCL_trace	{^vcl1 \d+ \d+\.\d+\.\d+$}
 	expect * 1003	VCL_call	"DELIVER"
 	expect 0 1003	RespHeader	{^vcl: vcl2}
 } -start


More information about the varnish-commit mailing list