From bc49f2b84d4403583b485ab9736cf6a9464977d4 Mon Sep 17 00:00:00 2001 From: Parinay Kondekar Date: Mon, 6 Mar 2017 15:05:08 +0530 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.3.1