[master] d0279b4ea vtc: Ignore the new content-range debug log

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Feb 20 10:41:06 UTC 2025


commit d0279b4ea29afdc0ad650b998e4574b3738c0808
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Feb 20 11:40:07 2025 +0100

    vtc: Ignore the new content-range debug log
    
    Refs #4276

diff --git a/bin/varnishtest/tests/r01637.vtc b/bin/varnishtest/tests/r01637.vtc
index 28abc41c1..0bc0cc76b 100644
--- a/bin/varnishtest/tests/r01637.vtc
+++ b/bin/varnishtest/tests/r01637.vtc
@@ -24,7 +24,7 @@ varnish v1  -arg "-sdefault,1M" -arg "-p nuke_limit=0 -p gzip_level=0" \
 	}
 } -start
 
-logexpect l1 -v v1 -g vxid -q "vxid == 1004" {
+logexpect l1 -v v1 -g vxid -q "vxid == 1004" -x Debug {
 	expect 26 1004	VCL_call        {^BACKEND_RESPONSE}
 	expect 0  =	BerespHeader    {^free:}
 	expect 0  =	VCL_return      {^deliver}
diff --git a/bin/varnishtest/tests/r03502.vtc b/bin/varnishtest/tests/r03502.vtc
index e2d30faf5..9076e64df 100644
--- a/bin/varnishtest/tests/r03502.vtc
+++ b/bin/varnishtest/tests/r03502.vtc
@@ -29,7 +29,7 @@ varnish v1 -arg "-sTransient=default,1M -p debug=+syncvsl -p nuke_limit=0" -vcl+
 	}
 } -start
 
-logexpect l1 -v v1 -g vxid -q "vxid == 1004" {
+logexpect l1 -v v1 -g vxid -q "vxid == 1004" -x Debug {
 	expect 25 1004	VCL_call        {^BACKEND_RESPONSE}
 	expect 0  =	BerespHeader    {^free:}
 	expect 0  =	VCL_return      {^deliver}


More information about the varnish-commit mailing list