Skip to content
Snippets Groups Projects
Commit d7d2378c authored by Eric Mei's avatar Eric Mei
Browse files

temporarily disable sanity 57b which lead to LBUG.

thanks tappro.
parent ba2ecf04
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,11 @@ ONLY=${ONLY:-"$*"} ...@@ -16,8 +16,11 @@ ONLY=${ONLY:-"$*"}
# configurations. Will be done in second phase of collibri. # configurations. Will be done in second phase of collibri.
# - 71 mmap still not updated on HEAD # - 71 mmap still not updated on HEAD
# - 42b (current implementation of size-on-mds feature doesn't handle this) # - 42b (current implementation of size-on-mds feature doesn't handle this)
# - 57b direct access /proc/.../kbytesfree might directly call obd_statfs
# on mdc/osc (bypass lmv/lov), while the obd might still not connected yet.
# temporarily disable it.
ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"24n 48a 51b 51c 65h 71 42b"} ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"24n 48a 51b 51c 65h 71 42b 57b"}
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
[ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT" [ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT"
......
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