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:
804665e
)
b=13721
author
nathan
<nathan>
Wed, 7 Nov 2007 18:50:43 +0000
(18:50 +0000)
committer
nathan
<nathan>
Wed, 7 Nov 2007 18:50:43 +0000
(18:50 +0000)
i=adilger
except until fixed
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
7b3b59d
..
4aa79b4
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-1498,7
+1498,7
@@
test_67b() #bug 3055
CONN3=$(awk '/_connect/ {total+=$2} END {print total}' $LPROC/osc/*/stats)
ATTEMPTS=$(($CONN3 - $CONN2))
echo "$ATTEMPTS osc reconnect attemps on 2nd slow"
- [ $ATTEMPTS -gt 0 ] && error "AT should have prevented reconnect"
+ [ $ATTEMPTS -gt 0 ] && error
_ignore 13721
"AT should have prevented reconnect"
return 0
}
run_test 67b "AT: verify instant slowdown doesn't induce reconnects"