ZTS: test zfs.sync.clone() for filesystems and volumes

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Sponsored-by: https://despairlabs.com/sponsor/
Closes #17426
This commit is contained in:
Rob Norris
2025-06-05 17:04:52 +10:00
committed by Brian Behlendorf
parent fbfda270d5
commit 1987498b66
5 changed files with 87 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ tests = ['tst.destroy_fs', 'tst.destroy_snap', 'tst.get_count_and_limit',
'tst.promote_multiple', 'tst.promote_simple', 'tst.rollback_mult',
'tst.rollback_one', 'tst.set_props', 'tst.snapshot_destroy',
'tst.snapshot_neg', 'tst.snapshot_recursive', 'tst.snapshot_simple',
'tst.bookmark.create', 'tst.bookmark.copy']
'tst.bookmark.create', 'tst.bookmark.copy', 'tst.clone']
tags = ['functional', 'channel_program', 'synctask_core']
[tests/functional/cli_root/zdb]