Whamcloud - gitweb
LU-9384 tests: skip 2.9 filesystem images on 2.10 89/26789/2
authorAndreas Dilger <andreas.dilger@intel.com>
Sun, 23 Apr 2017 04:19:00 +0000 (22:19 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Sun, 23 Apr 2017 09:17:52 +0000 (09:17 +0000)
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 <andreas.dilger@intel.com>
Change-Id: I64d14ac6b079c50ee234ff886c9a80d9213ebbe5
Reviewed-on: https://review.whamcloud.com/26789
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/tests/conf-sanity.sh

index 363dfc8..d794a41 100755 (executable)
@@ -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"