[master] 95162cf4b relex expect window even more

Nils Goroll nils.goroll at uplex.de
Sat Apr 4 12:07:06 UTC 2020


commit 95162cf4b097ee3812513c94b6d13101a11d3005
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 4 14:05:43 2020 +0200

    relex expect window even more
    
    vtest has seen a case where other workspace debug messages interfered.
    
    FTR, it would be nice if we could backref a prior expect in order to
    expect the same workspace address

diff --git a/bin/varnishtest/tests/c00071.vtc b/bin/varnishtest/tests/c00071.vtc
index 7b033fcec..7c25657f4 100644
--- a/bin/varnishtest/tests/c00071.vtc
+++ b/bin/varnishtest/tests/c00071.vtc
@@ -56,7 +56,7 @@ logexpect l1 -v v1 -g vxid -q "vxid == 1006" {
 
 logexpect l2 -v v1 -g raw -i Debug {
 	expect *  0	Debug		{^WS_Snapshot.* = overflowed}
-	expect 12 0	Debug		{^WS_Reset.*, overflowed}
+	expect 24 0	Debug		{^WS_Reset.*, overflowed}
 } -start
 
 client c2 {


More information about the varnish-commit mailing list