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:
3f3d7d8
)
After further discussion with Andreas, this test and error message should be
author
buffalo-pull
<buffalo-pull>
Thu, 3 Jun 2004 00:30:29 +0000
(
00:30
+0000)
committer
buffalo-pull
<buffalo-pull>
Thu, 3 Jun 2004 00:30:29 +0000
(
00:30
+0000)
the correct ones.
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
bc1946b
..
a16ce2a
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-1379,8
+1379,8
@@
trunc_test() {
test_42c() {
trunc_test 42c 1024
- [ $BEFOREWRITES -
ge
$AFTERWRITES ] && \
- error "beforewrites $BEFOREWRITES
>
= afterwrites $AFTERWRITES on truncate"
+ [ $BEFOREWRITES -
eq
$AFTERWRITES ] && \
+ error "beforewrites $BEFOREWRITES
=
= afterwrites $AFTERWRITES on truncate"
rm $file
}
run_test 42c "test partial truncate of file with cached dirty data"