From: Robert Read Date: Sat, 19 Dec 2009 00:00:16 +0000 (-0800) Subject: b=15977 Disable test 39 until it is fixed. X-Git-Tag: 1.10.0.33~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d9872851247f32423b6ee9abb70d95f7eb037493;p=fs%2Flustre-release.git b=15977 Disable test 39 until it is fixed. This test produces are large number false positives because it is possible for debug logs on some cpus being filled faster than other cpus. A alloc message might appear on one cpu, but the freed message might be lost on the second. --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index ec250fb..303d37c 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -12,7 +12,8 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: -ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT" +# 15977 +ALWAYS_EXCEPT=" 39 $CONF_SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=`dirname $0`