[master] e3aa61339 vtc: try to stabilize b84

Nils Goroll nils.goroll at uplex.de
Fri Dec 13 10:52:06 UTC 2024


commit e3aa6133952b898c07098c918585778ee4b4365e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Dec 13 11:50:46 2024 +0100

    vtc: try to stabilize b84
    
    from vtest:
    
    **   top   === process p1 -stop -wait
    **** dT    1.431
    **** p1    Sent signal 15
    **** p1    stdout read 0
    **** p1    stderr read 0
    **   p1    WAIT4 pid=26430 status=0x000f (user 0.004683 sys 0.009366)
    ...
    **** top   shell_cmd|\ttest ! -f "/root/VT/_vtest_tmp/vtc.26358.31f097e1"/v2/_.secret
    **** dT    2.455
    **** top   shell_status = 0x0001
    ---- top   shell_exit not as expected: got 0x0001 wanted 0x0000
    
    Not exactly sure why we see a status != 0 here, but maybe the kill is too early?

diff --git a/bin/varnishtest/tests/b00084.vtc b/bin/varnishtest/tests/b00084.vtc
index 6797d28e6..d3d5e17f9 100644
--- a/bin/varnishtest/tests/b00084.vtc
+++ b/bin/varnishtest/tests/b00084.vtc
@@ -35,6 +35,8 @@ shell -match _.secret {
 	find "${tmpdir}"/v2/_.secret -perm 0640 -size 256c
 }
 
+shell "varnishadm -n ${tmpdir}/v2 ping"
+
 process p1 -stop -wait
 
 shell {


More information about the varnish-commit mailing list