Whamcloud - gitweb
LU-15757 test: disable sanityn test_102() for zfs 11/47311/3
authorJohn L. Hammond <jhammond@whamcloud.com>
Thu, 12 May 2022 13:12:10 +0000 (08:12 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 May 2022 20:30:59 +0000 (20:30 +0000)
sanityn test_102() on zfs causes clients to crash on umount about half
the time. Disable this test until this can be sorted out.

Test-Parameters: trivial testlist=sanityn fstype=zfs mdtcount=4
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: If9f7c77f8c68eee88b3f050fc26c42c21828e2c9
Reviewed-on: https://review.whamcloud.com/47311
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanityn.sh

index c506da5..005db53 100755 (executable)
@@ -29,6 +29,8 @@ if [[ $(uname -m) = ppc64 ]]; then
 fi
 
 if [ $mds1_FSTYPE = "zfs" ]; then
+       # bug number:    LU-15757 (test_102() causes crash in umount later)
+       ALWAYS_EXCEPT+=" 102"
        # LU-2829 / LU-2887 - make allowances for ZFS slowness
        TEST33_NFILES=${TEST33_NFILES:-1000}
 fi