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:
72f8763
)
branch: HEAD
author
ericm
<ericm>
Thu, 22 Oct 2009 03:15:20 +0000
(
03:15
+0000)
committer
ericm
<ericm>
Thu, 22 Oct 2009 03:15:20 +0000
(
03:15
+0000)
wait before test file size.
b=20801
r=rread
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
792176d
..
992aa31
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-499,9
+499,9
@@
test_20c() { # bug 10480
df -P $DIR || df -P $DIR || true # reconnect
kill -USR1 $pid
- test -s $DIR/$tfile || error "File was truncated"
-
wait $pid || return 1
+ [ -s $DIR/$tfile ] || error "File was truncated"
+
return 0
}
run_test 20c "check that client eviction does not affect file content"