From: Zorro Lang Date: Fri, 6 Jul 2018 06:07:28 +0000 (+0800) Subject: xfs: skip copy fs test on large device X-Git-Tag: v2022.05.01~1462 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9374c74733feaab6ca999f4eacd965c3c0165950;p=xfstests-dev.git xfs: skip copy fs test on large device When test on large SCRATCH_DEV, copy a huge size XFS to TEST_DIR will fill the TEST_DIR soon, and xfs_copy process will be blocked there. Due to copy LARGE_SCRATCH_DEV won't add any more test coverage, so skip this kind of tests if LARGE_SCRATCH_DEV is yes. Signed-off-by: Zorro Lang Reviewed-by: Eric Sandeen Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/077 b/tests/xfs/077 index 3eaa5ffd..02bcc9f7 100755 --- a/tests/xfs/077 +++ b/tests/xfs/077 @@ -38,6 +38,7 @@ _supported_os Linux # xfs_copy does not support realtime devices _require_no_realtime _require_scratch +_require_no_large_scratch_dev _require_xfs_crc _require_meta_uuid diff --git a/tests/xfs/284 b/tests/xfs/284 index fc51af0e..07f71031 100755 --- a/tests/xfs/284 +++ b/tests/xfs/284 @@ -38,6 +38,7 @@ _supported_os Linux _require_no_realtime _require_test _require_scratch +_require_no_large_scratch_dev function filter_mounted() {