Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce7fb1
)
b=15977 Disable test 39 until it is fixed.
author
Robert Read
<rread@sun.com>
Sat, 19 Dec 2009 00:00:16 +0000
(16:00 -0800)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
ec250fb
..
303d37c
100644
(file)
--- 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`