diff options
author | Brian Behlendorf <[email protected]> | 2022-03-01 08:46:00 -0800 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2022-03-01 13:16:43 -0800 |
commit | 4cb88d7fdccfff1486840a379cdddcb4e0f027b0 (patch) | |
tree | 81dd160ba1ee95e5f302f5eac8fde18697d28780 /tests/runfiles | |
parent | ddcdccbcc448ad5dcdafc872a2fa777e0b953680 (diff) |
ZTS: Move largest_pool_001_pos.ksh to Linux runfile
On FreeBSD pools are not allowed to be created using vdevs which are
backed by ZFS volumes. This configuration is not recommended for any
supported platform, nevertheless the largest_pool_001_pos.ksh test
case makes use of it as a convenience. This causes the test case to
fail reliably on FreeBSD. The layout is still tolerated on Linux
so only perform this test on Linux.
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed by: George Melikov <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #13166
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 6 | ||||
-rw-r--r-- | tests/runfiles/linux.run | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 44115f6a9..609de105a 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -652,12 +652,6 @@ tags = ['functional', 'inuse'] tests = ['large_files_001_pos', 'large_files_002_pos'] tags = ['functional', 'large_files'] -[tests/functional/largest_pool] -tests = ['largest_pool_001_pos'] -pre = -post = -tags = ['functional', 'largest_pool'] - [tests/functional/limits] tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count', 'snapshot_limit'] diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 5a9fbe994..c01e1e3c4 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -113,6 +113,12 @@ tags = ['functional', 'features', 'large_dnode'] tests = ['libaio', 'io_uring'] tags = ['functional', 'io'] +[tests/functional/largest_pool:Linux] +tests = ['largest_pool_001_pos'] +pre = +post = +tags = ['functional', 'largest_pool'] + [tests/functional/mmap:Linux] tests = ['mmap_libaio_001_pos'] tags = ['functional', 'mmap'] |