ZTS: tests for dedup legacy/FDT tables

Very basic coverage to make sure things appear to work, have the right
format on disk, and pool upgrades and mixed table types work as
expected.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <rob.norris@klarasystems.com>
Sponsored-by: Klara, Inc.
Sponsored-by: iXsystems, Inc.
Closes #15892
This commit is contained in:
Rob Norris
2024-06-13 14:50:33 +10:00
committed by Brian Behlendorf
parent db2b1fdb79
commit 2b131d7345
9 changed files with 638 additions and 5 deletions
+3 -1
View File
@@ -672,7 +672,9 @@ post =
tags = ['functional', 'deadman']
[tests/functional/dedup]
tests = ['dedup_quota']
tests = ['dedup_legacy_create', 'dedup_fdt_create', 'dedup_fdt_import',
'dedup_legacy_create', 'dedup_legacy_import', 'dedup_legacy_fdt_upgrade',
'dedup_legacy_fdt_mixed', 'dedup_quota']
pre =
post =
tags = ['functional', 'dedup']