[master] 31ed0b58d vtc: Stabilize t02015

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jun 21 19:54:05 UTC 2021


commit 31ed0b58dcd309843abf9cc978a603a733e8f81e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jun 21 21:52:35 2021 +0200

    vtc: Stabilize t02015
    
    Another case of non-deterministic log order.

diff --git a/bin/varnishtest/tests/t02015.vtc b/bin/varnishtest/tests/t02015.vtc
index 4dc6dec63..829873acd 100644
--- a/bin/varnishtest/tests/t02015.vtc
+++ b/bin/varnishtest/tests/t02015.vtc
@@ -8,9 +8,9 @@ server s1 {
 varnish v1 -cliok "param.set feature +http2"
 varnish v1 -vcl+backend "" -start
 
-logexpect l1 -v v1 -g request {
-	expect * 1001	ReqAcct "46 0 46 97 12345 12442"
-	expect * 1003	ReqAcct "46 0 46 102 1000 1102"
+logexpect l1 -v v1 -g raw -q ReqAcct {
+	expect ? 1001	ReqAcct "46 0 46 97 12345 12442"
+	expect ? 1003	ReqAcct "46 0 46 102 1000 1102"
 } -start
 
 client c1 {


More information about the varnish-commit mailing list