From 03e02e5b561f7f60597dd905414eb476610740cc Mon Sep 17 00:00:00 2001 From: Don Brady Date: Fri, 19 Feb 2021 23:33:15 -0700 Subject: Checksum errors may not be counted Fix regression seen in issue #11545 where checksum errors where not being counted or showing up in a zpool event. Reviewed-by: Matthew Ahrens Reviewed-by: Brian Behlendorf Signed-off-by: Don Brady Closes #11609 --- tests/runfiles/common.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/runfiles/common.run') diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 9468ee06d..e656785d9 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -362,7 +362,8 @@ tags = ['functional', 'cli_root', 'zpool_detach'] [tests/functional/cli_root/zpool_events] tests = ['zpool_events_clear', 'zpool_events_cliargs', 'zpool_events_follow', - 'zpool_events_poolname', 'zpool_events_errors', 'zpool_events_duplicates'] + 'zpool_events_poolname', 'zpool_events_errors', 'zpool_events_duplicates', + 'zpool_events_clear_retained'] tags = ['functional', 'cli_root', 'zpool_events'] [tests/functional/cli_root/zpool_export] -- cgit v1.2.3