Skip to content
Snippets Groups Projects
Commit edb705e4 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=15711

i=Johann
recovery-small exception for FAILURE_MODE=HARD and mixed ost devices
parent e924e9d5
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,13 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} ...@@ -11,6 +11,13 @@ LUSTRE=${LUSTRE:-`dirname $0`/..}
init_test_env $@ init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then
CONFIG_EXCEPTIONS="52"
echo -n "Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. "
echo "Except the tests: $CONFIG_EXCEPTIONS"
ALWAYS_EXCEPT="$ALWAYS_EXCEPT $CONFIG_EXCEPTIONS"
fi
# also long tests: 19, 21a, 21e, 21f, 23, 27 # also long tests: 19, 21a, 21e, 21f, 23, 27
# 1 2.5 2.5 4 4 (min)" # 1 2.5 2.5 4 4 (min)"
[ "$SLOW" = "no" ] && EXCEPT_SLOW="17 26a 26b 50 51 57" [ "$SLOW" = "no" ] && EXCEPT_SLOW="17 26a 26b 50 51 57"
......
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