From: rread Date: Mon, 10 May 2004 19:12:23 +0000 (+0000) Subject: Give multiop a chance to open the file on fast machines. X-Git-Tag: v1_8_0_110~486^5~217 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=afb10ea6419a974e29cfb564783010cc13039ef8;p=fs%2Flustre-release.git Give multiop a chance to open the file on fast machines. --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index de83252..9a29ec7 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -890,6 +890,9 @@ test_45() { multiop $DIR/$tfile O_c & pid=$! + # allow the open to complete + usleep 500 + # This will cause the CLOSE to fail before even # allocating a reply buffer $LCTL --device $mdcdev deactivate