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:
5917601
)
Branch b1_6
author
wangdi
<wangdi>
Thu, 31 May 2007 11:25:52 +0000
(11:25 +0000)
committer
wangdi
<wangdi>
Thu, 31 May 2007 11:25:52 +0000
(11:25 +0000)
typo fixes in test_60c
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
2afd981
..
81958f1
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-2484,9
+2484,9
@@
test_60b() { # bug 6411
run_test 60b "limit repeated messages from CERROR/CWARN ========"
test_60c() {
- echo "create
1
00 files"
+ echo "create
50
00 files"
createmany -o $DIR/f60c- 5000
-
sysctl -w lustre.fail_loc=0x80000137
+ sysctl -w lustre.fail_loc=0x80000137
unlinkmany $DIR/f60c- 5000
}
run_test 60c "unlink file when mds full"