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:
0bf18a0
)
Whoops, just added test for #2319 was a bit flawed and failed for no good reason
author
green
<green>
Sun, 14 Dec 2003 22:05:30 +0000
(22:05 +0000)
committer
green
<green>
Sun, 14 Dec 2003 22:05:30 +0000
(22:05 +0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
ed059e0
..
5026f66
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-1617,8
+1617,9
@@
test_63() {
done
for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do
- echo $[ 6
0 * 1025 *102
4 ] > $i
+ echo $[ 64 ] > $i
done
+ true
}
run_test 63 "Verify osic_wait interruption does not crash"