[master] 413177862 stabilize varnishstat curses mode test

Nils Goroll nils.goroll at uplex.de
Sat Apr 4 11:48:06 UTC 2020


commit 413177862db791f530b951f7dc13ee34762d6662
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Apr 4 13:40:22 2020 +0200

    stabilize varnishstat curses mode test
    
    Could be that there is the bereq # printed right next to the client |
    as in this vtest result:
    
    **   top  === process p1 -expect-text 22 0 { | }
    **** dT   3.593
    **** v1   vsl|          0 CLI             - Rd ping
    **** v1   vsl|          0 CLI             - Wr 200 19 PONG 1585796425 1.0
    **** dT   3.806
    **** p1   stdout|\x1b[1;10H2\x1b[22;24H|#

diff --git a/bin/varnishtest/tests/u00009.vtc b/bin/varnishtest/tests/u00009.vtc
index 07743d128..05c14b046 100644
--- a/bin/varnishtest/tests/u00009.vtc
+++ b/bin/varnishtest/tests/u00009.vtc
@@ -34,7 +34,7 @@ client c1 {
 
 varnish v1 -vsl_catchup
 
-process p1 -expect-text 22 0 { | }
+process p1 -expect-text 22 0 { |}
 
 process p1 -expect-text 3 1 {20_}
 


More information about the varnish-commit mailing list