From: Wang Shilong Date: Tue, 14 Oct 2014 11:59:39 +0000 (+1100) Subject: shared/032: fix fsck failure X-Git-Tag: v2022.05.01~3025 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5830f404fadd6063e8462cf7cf4df9f17ccf8a7;p=xfstests-dev.git shared/032: fix fsck failure while running ./check tests/shared/032, it outputs something like: FSTYP -- btrfs PLATFORM -- Linux/x86_64 vm01 3.17.0-rc5+ MKFS_OPTIONS -- /dev/sdc MOUNT_OPTIONS -- /dev/sdc /mnt/scratch shared/032 2s ... 2s _check_btrfs_filesystem: filesystem on /dev/sdc is inconsistent (see /root/xfstests-dev/results//shared/032.full) Ran: shared/032 Passed all 1 tests This is because xfstests will run fsck after each unit test, for tests/shared/032, we have reformated SCRATCH_DEV to other fs, fix this problem by skipping fsck here. Signed-off-by: Wang Shilong Reviewed-by: Eryu Guan Signed-off-by: Dave Chinner --- diff --git a/tests/shared/032 b/tests/shared/032 index 7835e30d..a4100030 100755 --- a/tests/shared/032 +++ b/tests/shared/032 @@ -40,7 +40,7 @@ rm -f $seqres.full _supported_fs xfs btrfs _supported_os Linux -_require_scratch +_require_scratch_nocheck _require_no_large_scratch_dev # mkfs.btrfs did not have overwrite detection at first