From 9374c74733feaab6ca999f4eacd965c3c0165950 Mon Sep 17 00:00:00 2001 From: Zorro Lang Date: Fri, 6 Jul 2018 14:07:28 +0800 Subject: [PATCH] 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 --- tests/xfs/077 | 1 + tests/xfs/284 | 1 + 2 files changed, 2 insertions(+) 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() { -- 2.30.2