Whamcloud - gitweb
LU-4409 tests: disable insanity 10 for DNE 50/8650/5
authorwang di <di.wang@intel.com>
Sat, 21 Dec 2013 15:02:52 +0000 (07:02 -0800)
committerAndreas Dilger <andreas.dilger@intel.com>
Fri, 24 Jan 2014 17:45:09 +0000 (17:45 +0000)
Disable insanity 10 for DNE.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I4b67cf745a18a09335e21e1e6e457134ac47f224
Reviewed-on: http://review.whamcloud.com/8650
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
lustre/tests/insanity.sh

index f138c4b..1a25d91 100755 (executable)
@@ -609,6 +609,9 @@ run_test 9 "Ninth Failure Mode: CLIENT/CLIENT `date`"
 test_10() {
        [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
 
 test_10() {
        [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
 
+       #XXX Disable the test now for LU-4409
+       [ $MDSCOUNT -ge 2 ] && skip "skip for DNE due to LU-4409" && return
+
        [ "$(facet_fstype ost1)" = "zfs" ] &&
                skip "LU-2059: no local config for ZFS OSTs" && return
 
        [ "$(facet_fstype ost1)" = "zfs" ] &&
                skip "LU-2059: no local config for ZFS OSTs" && return