diff options
author | Paul Dagnelie <[email protected]> | 2019-08-19 15:06:53 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-19 15:06:53 -0700 |
commit | 1a26cb6160949d1aa16a91714c88fd927423209f (patch) | |
tree | acd4ce5928624ba63fbd361223863b8d6d7bdf32 /tests/runfiles/linux.run | |
parent | f09fda5071813751ba3fa77c28e588689795e17e (diff) |
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 <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Dagnelie <[email protected]>
Closes #9139
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index f8f04d73e..f0e468a68 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -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] |