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:
4655373
)
b=13798
author
grev
<grev>
Fri, 2 Nov 2007 20:20:36 +0000
(20:20 +0000)
committer
grev
<grev>
Fri, 2 Nov 2007 20:20:36 +0000
(20:20 +0000)
i=Nathan
remove tdir before opendirunlink
lustre/tests/sanityN.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
8773ebe
..
ef7d32d
100644
(file)
--- a/
lustre/tests/sanityN.sh
+++ b/
lustre/tests/sanityN.sh
@@
-160,6
+160,9
@@
test_6() {
run_test 6 "remove of open file on other node =================="
test_7() {
+ # run_one creates uniq $tdir (bug 13798)
+ # opendirunlink failes if it exists
+ rmdir $DIR1/$tdir || true
opendirunlink $DIR1/$tdir $DIR2/$tdir || \
error "opendirunlink $DIR1/$tdir $DIR2/$tdir"
}