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 <igor@dilos.org> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed-by: Ryan Moeller <freqlabs@FreeBSD.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #13166
This commit is contained in:
parent
ddcdccbcc4
commit
4cb88d7fdc
|
@ -652,12 +652,6 @@ tags = ['functional', 'inuse']
|
||||||
tests = ['large_files_001_pos', 'large_files_002_pos']
|
tests = ['large_files_001_pos', 'large_files_002_pos']
|
||||||
tags = ['functional', 'large_files']
|
tags = ['functional', 'large_files']
|
||||||
|
|
||||||
[tests/functional/largest_pool]
|
|
||||||
tests = ['largest_pool_001_pos']
|
|
||||||
pre =
|
|
||||||
post =
|
|
||||||
tags = ['functional', 'largest_pool']
|
|
||||||
|
|
||||||
[tests/functional/limits]
|
[tests/functional/limits]
|
||||||
tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
|
tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
|
||||||
'snapshot_limit']
|
'snapshot_limit']
|
||||||
|
|
|
@ -113,6 +113,12 @@ tags = ['functional', 'features', 'large_dnode']
|
||||||
tests = ['libaio', 'io_uring']
|
tests = ['libaio', 'io_uring']
|
||||||
tags = ['functional', 'io']
|
tags = ['functional', 'io']
|
||||||
|
|
||||||
|
[tests/functional/largest_pool:Linux]
|
||||||
|
tests = ['largest_pool_001_pos']
|
||||||
|
pre =
|
||||||
|
post =
|
||||||
|
tags = ['functional', 'largest_pool']
|
||||||
|
|
||||||
[tests/functional/mmap:Linux]
|
[tests/functional/mmap:Linux]
|
||||||
tests = ['mmap_libaio_001_pos']
|
tests = ['mmap_libaio_001_pos']
|
||||||
tags = ['functional', 'mmap']
|
tags = ['functional', 'mmap']
|
||||||
|
|
Loading…
Reference in New Issue