Skip to content

Commit e3aa613

Browse files
committed
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?
1 parent febfce2 commit e3aa613

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/varnishtest/tests/b00084.vtc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ shell -match _.secret {
3535
find "${tmpdir}"/v2/_.secret -perm 0640 -size 256c
3636
}
3737

38+
shell "varnishadm -n ${tmpdir}/v2 ping"
39+
3840
process p1 -stop -wait
3941

4042
shell {

0 commit comments

Comments
 (0)