Whamcloud - gitweb
b=15977 Disable test 39 until it is fixed.
authorRobert Read <rread@sun.com>
Sat, 19 Dec 2009 00:00:16 +0000 (16:00 -0800)
committerRobert Read <rread@sun.com>
Sat, 19 Dec 2009 00:00:16 +0000 (16:00 -0800)
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.

lustre/tests/conf-sanity.sh

index ec250fb..303d37c 100644 (file)
@@ -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`