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:
baba3eb
)
Branch b1_8
author
zam
<zam>
Fri, 3 Jul 2009 15:04:45 +0000
(15:04 +0000)
committer
zam
<zam>
Fri, 3 Jul 2009 15:04:45 +0000
(15:04 +0000)
b=19963
i=johann
i=andrew.perepechko
remove temporary file upon successful completion of replay-single test 13;
check whether it is deletable and can it cause an EEXIST failure in
replay-dual test 13 (see bug 19963).
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
0409118
..
9833771
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-290,6
+290,7
@@
test_13() {
wait $pid || return 1
$CHECKSTAT -s 1 -p 0 $DIR/$tfile || return 2
+ rm $DIR/$tfile || return 4
return 0
}
run_test 13 "open chmod 0 |x| write close"