Skip to content
Snippets Groups Projects
Commit 8133010a authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=13721

i=adilger
except until fixed
parent 804665e8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment