From: Parinay Kondekar Date: Mon, 6 Mar 2017 09:35:08 +0000 (+0530) Subject: LU-9182 tests: SKIP sanity/205 for older version of MDS X-Git-Tag: 2.9.55~54 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=bc49f2b84d4403583b485ab9736cf6a9464977d4 LU-9182 tests: SKIP sanity/205 for older version of MDS LU-5946 is not present on 2.5.x esp changes from "LU-5946 lprocfs: free expired jobstats after /proc read" The changes in sanity/205 rmdir w.r.t DNE are to be SKIPPED where we are seeing the failure. Signed-off-by: Parinay kondekar Change-Id: I02d24eddaac3fc65e801eb86f2e878e117d6cdb1 Reviewed-on: https://review.whamcloud.com/25813 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: John L. Hammond Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 386a74b..5ec81b2 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12083,6 +12083,9 @@ cleanup_205() { } test_205() { # Job stats + [[ $(lustre_version_code $SINGLEMDS) -ge $(version_code 2.7.1) ]] || + { skip "Need MDS version with at least 2.7.1"; return 0; } + [ $PARALLEL == "yes" ] && skip "skip parallel run" && return remote_mgs_nodsh && skip "remote MGS with nodsh" && return remote_mds_nodsh && skip "remote MDS with nodsh" && return