Skip to content

Commit

Permalink
vtc: try to stabilize b84
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
nigoroll committed Dec 13, 2024
1 parent febfce2 commit e3aa613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/varnishtest/tests/b00084.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e3aa613

Please sign in to comment.