OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-501-g90726f8

Gerrit Code Review gerrit@openafs.org
Fri, 20 Dec 2019 20:44:50 -0500


The following commit has been merged in the master branch:
commit 90726f837cd03a4eef745ab6bc221987042a72a6
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Oct 29 20:17:39 2019 -0500

    tests: Check if vlserver died during startup
    
    Currently, the volser/vos test starts a local vlserver to communicate
    with. If the vlserver dies during startup, the spawned 'vos'
    subprocesses take forever to run, since we need to wait for our Rx
    calls to timeout for every operation.
    
    To make it less annoying to detect and investigate errors that might
    cause the vlserver to fail during startup, check if the vlserver dies
    right away. We already sleep for 5 seconds when starting the vlserver,
    so just check if the pid still exists after those 5 seconds.
    
    Change-Id: I6c33059542fa975e4cb389b718f9da190cd13289
    Reviewed-on: https://gerrit.openafs.org/13942
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 tests/common/servers.c |   17 +++++++++++++++++
 tests/volser/vos-t.c   |    2 --
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository