From: wang di Date: Fri, 28 Feb 2014 17:32:37 +0000 (-0800) Subject: LU-4690 tests: disable test_4 in sanity.sh X-Git-Tag: 2.5.57~38 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F9440%2F2;p=fs%2Flustre-release.git LU-4690 tests: disable test_4 in sanity.sh Disable test_4 in sanity.sh because of LU-4690. Signed-off-by: wang di Change-Id: I1acac5ad5c049eed7618aebf473b385a150316d7 Reviewed-on: http://review.whamcloud.com/9440 Tested-by: Jenkins Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 5efd974..84b18e0 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -198,6 +198,7 @@ test_4() { local MDTIDX=1 local remote_dir=remote_dir + [ $MDSCOUNT -ge 2 ] && skip "skip now for LU-4690" && return #LU-4690 test_mkdir $DIR/$remote_dir || error "Create remote directory failed"