From: adilger Date: Tue, 5 Apr 2005 01:20:29 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~58 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=457c19f029cc13d4757c6ab9e55a5ec86360e2eb;p=fs%2Flustre-release.git Branch: b1_4 Add usleep to allow multiop to start + install signal handler. b=5959 --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index fd4c0d7..95e7424 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -711,6 +711,7 @@ test_24q() { DIRINO=`ls -lid $DIR/R13a | awk '{ print $1 }'` multiop $DIR/R13b D_c & MULTIPID=$! + usleep 500 mrename $DIR/R13a $DIR/R13b $CHECKSTAT -a $DIR/R13a || error