Skip to content
Snippets Groups Projects
Commit 5742503b authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=15513

i=Yury.Umanets
i=Alexey.Lyashkov
force test_69 to fail if directio write failed
parent c10fee45
No related branches found
No related tags found
No related merge requests found
...@@ -2906,10 +2906,7 @@ test_69() { ...@@ -2906,10 +2906,7 @@ test_69() {
f="$DIR/$tfile" f="$DIR/$tfile"
touch $f touch $f
if ! $DIRECTIO write ${f}.2 0 1; then $DIRECTIO write ${f}.2 0 1 || error "directio write error"
skip "O_DIRECT not implemented"
return 0
fi
#define OBD_FAIL_OST_ENOENT 0x217 #define OBD_FAIL_OST_ENOENT 0x217
sysctl -w lustre.fail_loc=0x217 sysctl -w lustre.fail_loc=0x217
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment