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:
dcaa0ee
)
note OBD_FAIL loc for easy referencing
author
nathan
<nathan>
Thu, 21 Jun 2007 18:49:38 +0000
(18:49 +0000)
committer
nathan
<nathan>
Thu, 21 Jun 2007 18:49:38 +0000
(18:49 +0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
50540ca
..
49ccf68
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-2486,6
+2486,7
@@
run_test 60b "limit repeated messages from CERROR/CWARN ========"
test_60c() {
echo "create 5000 files"
createmany -o $DIR/f60c- 5000
+#define OBD_FAIL_MDS_LLOG_CREATE_FAILED 0x137
sysctl -w lustre.fail_loc=0x80000137
unlinkmany $DIR/f60c- 5000
}
@@
-3826,7
+3827,7
@@
test_118() #bug 11710
return $dirty
}
-run_test 118 "verify O_SYNC work"
+run_test 118 "verify O_SYNC work
s
"
test_119a() # bug 11737
{