mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
ZTS: New test for kernel panic induced by redacted send
This change adds a new test that covers a bug fix in the binary search in the redacted send resume logic that causes a kernel panic. The bug was fixed in https://github.com/openzfs/zfs/pull/11297. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Co-authored-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Palash Gandhi <palash.gandhi@delphix.com> Closes #11764
This commit is contained in:
@@ -722,8 +722,8 @@ tests = ['redacted_compressed', 'redacted_contents', 'redacted_deleted',
|
||||
'redacted_disabled_feature', 'redacted_embedded', 'redacted_holes',
|
||||
'redacted_incrementals', 'redacted_largeblocks', 'redacted_many_clones',
|
||||
'redacted_mixed_recsize', 'redacted_mounts', 'redacted_negative',
|
||||
'redacted_origin', 'redacted_props', 'redacted_resume', 'redacted_size',
|
||||
'redacted_volume']
|
||||
'redacted_origin', 'redacted_panic', 'redacted_props', 'redacted_resume',
|
||||
'redacted_size', 'redacted_volume']
|
||||
tags = ['functional', 'redacted_send']
|
||||
|
||||
[tests/functional/raidz]
|
||||
|
||||
Reference in New Issue
Block a user