Skip to content
Snippets Groups Projects
Commit c76ea477 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 59e367bb
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,13 @@ init_test_env $@ ...@@ -13,6 +13,13 @@ init_test_env $@
remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
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