[master] fff0dc7af make test agnostic to the order of events in the VSL
    Nils Goroll 
    nils.goroll at uplex.de
       
    Fri Feb  7 12:25:07 UTC 2020
    
    
  
commit fff0dc7af810be220cbee9849bd8f5d2bc4245bf
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Feb 7 13:22:00 2020 +0100
    make test agnostic to the order of events in the VSL
diff --git a/bin/varnishtest/tests/b00049.vtc b/bin/varnishtest/tests/b00049.vtc
index af3cac740..4ad6d4988 100644
--- a/bin/varnishtest/tests/b00049.vtc
+++ b/bin/varnishtest/tests/b00049.vtc
@@ -9,6 +9,9 @@ varnish v1 -vcl+backend { } -start
 
 logexpect l1 -v v1 -g raw {
 	expect * 1004	BogoHeader	"Illegal char 0x20 in header name"
+} -start
+
+logexpect l2 -v v1 -g raw {
 	expect * 1006	BogoHeader	"Illegal char 0x2f in header name"
 } -start
 
@@ -46,3 +49,4 @@ client c1 {
 } -run
 
 logexpect l1 -wait
+logexpect l2 -wait
    
    
More information about the varnish-commit
mailing list