From 625395158dbd36df8185ea40fdc7e63f8f5cf7d7 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 16 Aug 2023 23:18:32 -0600 Subject: [PATCH] EX-8086 tests: skip sanity-compr for old servers Skip for old servers. Test-Parameters: trivial testlist=sanity-compr serverversion=EXA6.2.0 Signed-off-by: Andreas Dilger Change-Id: Ia42f1f32fe166bae84a7c38c02d6a218303cc51e Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/51967 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Colin Faber Reviewed-by: Alex Deiter --- lustre/tests/sanity-compr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-compr.sh b/lustre/tests/sanity-compr.sh index f609779..2c654b5 100644 --- a/lustre/tests/sanity-compr.sh +++ b/lustre/tests/sanity-compr.sh @@ -22,6 +22,9 @@ FAIL_ON_ERROR=false check_and_setup_lustre +(( $MDS1_VERSION >= $(version_code 2.14.0-ddn93) )) || + skip "need MDS >= 2.14.0-ddn93 for layout support" + # $RUNAS_ID may get set incorrectly somewhere else if [[ $UID -eq 0 && $RUNAS_ID -eq 0 ]]; then skip_env "\$RUNAS_ID set to 0, but \$UID is also 0!" && exit -- 1.8.3.1