Whamcloud - gitweb
- disable test 24n: it fails because of disabled opencache. current
authoralex <alex>
Wed, 6 Jul 2005 21:06:19 +0000 (21:06 +0000)
committeralex <alex>
Wed, 6 Jul 2005 21:06:19 +0000 (21:06 +0000)
  mds_open() doesn't take lookup lock and client can't maintain
  dcache in coherence

lustre/tests/sanity.sh

index 9b2d862..9756ddf 100644 (file)
@@ -16,7 +16,7 @@ ONLY=${ONLY:-"$*"}
 #   configurations. Will be done in second phase of collibri.
 # - 71 mmap still not updated on HEAD
 
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h 71"}
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"24n 48a 51b 51c 65h 71"}
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 [ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT"