From: James Nunez Date: Thu, 2 Jan 2014 14:56:22 +0000 (-0700) Subject: LU-4060 test: skip sanityn.sh test_74 on older than 2.4.93 MDS X-Git-Tag: 2.5.1-RC1~82 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F8700%2F2;p=fs%2Flustre-release.git LU-4060 test: skip sanityn.sh test_74 on older than 2.4.93 MDS 2.5 client 2.4 server interop testing shows that sanityn.sh test_74 needs to be skipped for Lustre MDS versions older than 2.4.93 servers. This patch is for the b2_5 branch. Signed-off-by: James Nunez Signed-off-by: Emoly Liu Change-Id: I8fd414adcf6bb6b7f8b390f1c52e3fea42701d1b Reviewed-on: http://review.whamcloud.com/8700 Tested-by: Jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 57bfe15..9340b37 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -2540,6 +2540,9 @@ test_73() { run_test 73 "getxattr should not cause xattr lock cancellation" test_74() { + [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.4.93) ] && + skip "Need MDS version at least 2.4.93" && return + dd if=/dev/zero of=$DIR1/$tfile-1 bs=1K count=1 dd if=/dev/zero of=$DIR1/$tfile-2 bs=1K count=1 flocks_test 4 $DIR1/$tfile-1 $DIR2/$tfile-2