mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <zlang@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ _supported_os Linux
|
||||
_require_no_realtime
|
||||
_require_test
|
||||
_require_scratch
|
||||
_require_no_large_scratch_dev
|
||||
|
||||
function filter_mounted()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user