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:
c8217e2
)
on hardware, the script runs too fast for these multiops to die, cause
author
rread
<rread>
Sat, 15 Nov 2003 01:05:26 +0000
(
01:05
+0000)
committer
rread
<rread>
Sat, 15 Nov 2003 01:05:26 +0000
(
01:05
+0000)
the /mnt/lustre to be busy. So, have test 32 cause recovery on the client and wait
a bit before finishing.
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
4b1cdda
..
773ef00
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-643,8
+643,10
@@
test_32() {
# give multiop a chance to open
sleep 1
mds_evict_client
+ df $MOUNT || df $MOUNT || return 1
kill -USR1 $pid1
kill -USR1 $pid2
+ sleep 1
return 0
}
run_test 32 "close() notices client eviction; close() after client eviction"