diff options
author | Mark Johnston <[email protected]> | 2024-08-05 15:57:44 +0000 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2024-08-22 15:31:56 -0700 |
commit | 6961d4fb573e030b60efa983d7f3a52f88cd3875 (patch) | |
tree | c65e796b9a6459ac34d2ce52b4b29bca7f342587 /tests/runfiles | |
parent | 3a36797ad65f55701d34f576c85f0e883b63c0e7 (diff) |
ZTS: Add a test to verify that copy_file_range obeys RLIMIT_FSIZE
Signed-off-by: Mark Johnston <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 3e1a3aeb6..f302df81b 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -81,7 +81,8 @@ tests = ['block_cloning_clone_mmap_cached', 'block_cloning_cross_enc_dataset', 'block_cloning_copyfilerange_fallback_same_txg', 'block_cloning_replay', 'block_cloning_replay_encrypted', - 'block_cloning_lwb_buffer_overflow', 'block_cloning_clone_mmap_write'] + 'block_cloning_lwb_buffer_overflow', 'block_cloning_clone_mmap_write', + 'block_cloning_rlimit_fsize'] tags = ['functional', 'block_cloning'] [tests/functional/bootfs] |