diff options
author | Rob Wing <[email protected]> | 2022-11-14 07:57:53 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-12-02 17:43:18 -0800 |
commit | 2c590bdede78c5aca10c0cf4284b59c006f4a30d (patch) | |
tree | 6bb1be6750359ea8d1dabf5acb9aedd477d49068 /tests/runfiles | |
parent | 7a75f74cec06a57b327b351ae4184400ff4e7cb2 (diff) |
ZTS: test reported checksum errors for ZED
Test checksum error reporting to ZED via the call paths
vdev_raidz_io_done_unrecoverable() and zio_checksum_verify().
Sponsored-by: Seagate Technology LLC
Reviewed-by: Richard Yao <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Wing <[email protected]>
Closes #14190
Diffstat (limited to 'tests/runfiles')
-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 52e824a88..23292a488 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -86,7 +86,8 @@ tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] tags = ['functional', 'devices'] [tests/functional/events:Linux] -tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill'] +tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill', + 'zed_cksum_reported'] tags = ['functional', 'events'] [tests/functional/fadvise:Linux] |