From bfa524f46b1506919fb6dc5aa68679568a5f04a3 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sat, 22 Apr 2017 22:19:00 -0600 Subject: [PATCH] LU-9384 tests: skip 2.9 filesystem images on 2.10 The 2.9 disk images upgraded to 2.10 are causing common test failures due to small differences in space usage. Disable testing these images until a proper fix is available. Test-Parameters: trivial envdefinitions=ONLY=32 testlist=conf-sanity Signed-off-by: Andreas Dilger Change-Id: I64d14ac6b079c50ee234ff886c9a80d9213ebbe5 Reviewed-on: https://review.whamcloud.com/26789 Tested-by: Jenkins Tested-by: Maloo --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 363dfc8..d794a41 100755 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1502,7 +1502,7 @@ t32_check() { local IMGTYPE=$(facet_fstype $SINGLEMDS) - tarballs=$($r find $RLUSTRE/tests -maxdepth 1 -name \'disk*-$IMGTYPE.tar.bz2\') + tarballs=$($r find $RLUSTRE/tests -maxdepth 1 -name \'disk*-$IMGTYPE.tar.bz2\' | grep -v "2_9") if [ -z "$tarballs" ]; then skip "No applicable tarballs found" -- 1.8.3.1