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:
b70ca79
)
Branch: b1_4
author
adilger
<adilger>
Tue, 5 Apr 2005 01:20:29 +0000
(
01:20
+0000)
committer
adilger
<adilger>
Tue, 5 Apr 2005 01:20:29 +0000
(
01:20
+0000)
Add usleep to allow multiop to start + install signal handler.
b=5959
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
fd4c0d7
..
95e7424
100644
(file)
--- 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