From 457c19f029cc13d4757c6ab9e55a5ec86360e2eb Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 5 Apr 2005 01:20:29 +0000 Subject: [PATCH] Branch: b1_4 Add usleep to allow multiop to start + install signal handler. b=5959 --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1