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:
f354a3b
)
Branch HEAD
author
anserper
<anserper>
Tue, 25 Nov 2008 23:22:51 +0000
(23:22 +0000)
committer
anserper
<anserper>
Tue, 25 Nov 2008 23:22:51 +0000
(23:22 +0000)
b=17371
i=Elena
fail each time setup/cleanup does not work
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
3cfcc5b
..
37b04d1
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-5764,8
+5764,8
@@
test_141() {
for ls in /proc/fs/lustre/ldlm/namespaces/MGC*/lru_size; do
echo "clear" > $ls
done
- cleanup || error "failed to cleanup"
- setup || error "failed to setup"
+ FAIL_ON_ERROR=true cleanup
+ FAIL_ON_ERROR=true setup
}
run_test 141 "umount should not race with any mgc requeue thread"