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:
c10fee4
)
b=15513
author
grev
<grev>
Wed, 16 Apr 2008 12:00:54 +0000
(12:00 +0000)
committer
grev
<grev>
Wed, 16 Apr 2008 12:00:54 +0000
(12:00 +0000)
i=Yury.Umanets
i=Alexey.Lyashkov
force test_69 to fail if directio write failed
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
9d291c2
..
07b039b
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-2906,10
+2906,7
@@
test_69() {
f="$DIR/$tfile"
touch $f
- if ! $DIRECTIO write ${f}.2 0 1; then
- skip "O_DIRECT not implemented"
- return 0
- fi
+ $DIRECTIO write ${f}.2 0 1 || error "directio write error"
#define OBD_FAIL_OST_ENOENT 0x217
sysctl -w lustre.fail_loc=0x217