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:
25058cb
)
b=11658
author
nathan
<nathan>
Thu, 24 May 2007 01:57:06 +0000
(
01:57
+0000)
committer
nathan
<nathan>
Thu, 24 May 2007 01:57:06 +0000
(
01:57
+0000)
fix broken test
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
2a806e4
..
35e5714
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-1130,10
+1130,10
@@
test_59() {
sync
unlinkmany $DIR/$tdir/$tfile-%d 200
#define OBD_FAIL_PTLRPC_DELAY_RECOV 0x507
- do_facet ost "sysctl -w lustre.fail_loc=0x507"
- fail ost
+ do_facet ost
1
"sysctl -w lustre.fail_loc=0x507"
+ fail ost
1
fail mds
- do_facet ost "sysctl -w lustre.fail_loc=0x0"
+ do_facet ost
1
"sysctl -w lustre.fail_loc=0x0"
sleep 20
rmdir $DIR/$tdir
}