Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da7bd9
)
Give multiop a chance to open the file on fast machines.
author
rread
<rread>
Mon, 10 May 2004 19:12:23 +0000
(19:12 +0000)
committer
rread
<rread>
Mon, 10 May 2004 19:12:23 +0000
(19:12 +0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
de83252
..
9a29ec7
100755
(executable)
--- 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