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:
8b0824f
)
Branch:b1_6
author
wangdi
<wangdi>
Thu, 31 May 2007 08:59:47 +0000
(08:59 +0000)
committer
wangdi
<wangdi>
Thu, 31 May 2007 08:59:47 +0000
(08:59 +0000)
Add test case for b12556.
b=12556
i=green
i=nathan
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
8c78a74
..
2afd981
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-2483,6
+2483,14
@@
test_60b() { # bug 6411
}
run_test 60b "limit repeated messages from CERROR/CWARN ========"
+test_60c() {
+ echo "create 100 files"
+ createmany -o $DIR/f60c- 5000
+ sysctl -w lustre.fail_loc=0x80000137
+ unlinkmany $DIR/f60c- 5000
+}
+run_test 60c "unlink file when mds full"
+
test_61() {
f="$DIR/f61"
dd if=/dev/zero of=$f bs=`page_size` count=1