mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Add more refquota tests
It used to be possible for zfs receive (and other operations related to clone swap) to bypass refquotas. This can cause a number of issues, and there should be an automated test for it. Added tests for rollback and receive not overriding refquota. Reviewed-by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #9139
This commit is contained in:
committed by
Tony Hutter
parent
c75d3968bd
commit
72dbc01e7f
@@ -750,7 +750,8 @@ tags = ['functional', 'redundancy']
|
||||
|
||||
[tests/functional/refquota]
|
||||
tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
|
||||
'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg']
|
||||
'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg',
|
||||
'refquota_007_neg', 'refquota_008_neg']
|
||||
tags = ['functional', 'refquota']
|
||||
|
||||
[tests/functional/refreserv]
|
||||
|
||||
Reference in New Issue
Block a user