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:
dcb245e
)
Branch b1_8
author
johann
<johann>
Tue, 23 Jun 2009 14:39:03 +0000
(14:39 +0000)
committer
johann
<johann>
Tue, 23 Jun 2009 14:39:03 +0000
(14:39 +0000)
b=19797
i=grev
Fix return code of test 84.
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
cbe373b
..
0409118
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-2072,7
+2072,7
@@
test_84() {
createmany -o $DIR/$tfile- 1 &
PID=$!
mds_evict_client
- wait $PID
+ wait $PID
|| true
}
run_test 84 "stale open during export disconnect"