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:
45f1ea5
)
Branch b1_4
author
nathan
<nathan>
Wed, 30 Mar 2005 21:10:23 +0000
(21:10 +0000)
committer
nathan
<nathan>
Wed, 30 Mar 2005 21:10:23 +0000
(21:10 +0000)
b=5951
Try to confine test 24 effects to test 24
lustre/tests/recovery-small.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-small.sh
b/lustre/tests/recovery-small.sh
index
ba7084f
..
129bb8c
100755
(executable)
--- a/
lustre/tests/recovery-small.sh
+++ b/
lustre/tests/recovery-small.sh
@@
-383,10
+383,12
@@
test_24() { # bug 2248 - eviction fails writeback but app doesn't see it
usleep 500
# OBD_FAIL_PTLRPC_BULK_PUT_NET|OBD_FAIL_ONCE
sysctl -w lustre.fail_loc=0x80000503
+ usleep 500
kill -USR1 $MULTI_PID
wait $MULTI_PID
rc=$?
[ $rc -eq 0 ] && error "multiop didn't fail fsync: rc $rc" || true
+ sysctl -w lustre.fail_loc=0x0
}
run_test 24 "fsync error (should return error)"