From afb10ea6419a974e29cfb564783010cc13039ef8 Mon Sep 17 00:00:00 2001 From: rread Date: Mon, 10 May 2004 19:12:23 +0000 Subject: [PATCH] Give multiop a chance to open the file on fast machines. --- lustre/tests/replay-single.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.3.1