ZTS: add regression test for #17180

In #17180, we fixed an interesting bug that i believe i hit in one of my
pools, but as far as i can tell, there was no test for it.

this patch adds a regression test for #17180, minimised from my attempts
to reproduce the bug in a way that resembled the history of my pool.

Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Adam Moss <c@yotes.com>
Signed-off-by: delan azabani <dazabani@igalia.com>
Closes #18109
This commit is contained in:
shuppy
2026-01-07 01:33:03 +08:00
committed by GitHub
parent 2dbd6af5e4
commit 6eef5cdc94
3 changed files with 64 additions and 1 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ tests = ['block_cloning_clone_mmap_cached',
'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_rlimit_fsize', 'block_cloning_large_offset']
'block_cloning_rlimit_fsize', 'block_cloning_large_offset',
'block_cloning_after_device_removal']
tags = ['functional', 'block_cloning']
[tests/functional/bootfs]