mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +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
Brian Behlendorf
parent
f09fda5071
commit
1a26cb6160
@@ -759,7 +759,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