[master] 78d056474 vtc: Stabilize i1
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Fri Jun 18 04:11:07 UTC 2021
commit 78d05647488d29afa5d2262c1f0f1d38246d5363
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Fri Jun 18 06:09:51 2021 +0200
vtc: Stabilize i1
Errors may be logged out of order.
diff --git a/bin/varnishtest/tests/i00001.vtc b/bin/varnishtest/tests/i00001.vtc
index b952a5016..08cb59add 100644
--- a/bin/varnishtest/tests/i00001.vtc
+++ b/bin/varnishtest/tests/i00001.vtc
@@ -38,9 +38,9 @@ varnish v1 -vcl+backend {
}
} -start
-logexpect l1 -v v1 -g raw {
- expect * 1001 VCL_Error "REAL overflow converting to string.*"
- expect * 1004 VCL_Error "INT overflow converting to string.*"
+logexpect l1 -v v1 -g raw -q VCL_Error {
+ expect ? 1001 VCL_Error "REAL overflow converting to string.*"
+ expect ? 1004 VCL_Error "INT overflow converting to string.*"
} -start
client c1 {
More information about the varnish-commit
mailing list