From 75659a4e50262944fe50e6dc3eade750cc151e11 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 3 Mar 2026 11:18:46 -0800 Subject: [PATCH] ZTS: Add additional exceptions The following tests have been observed to occasionally fail when running under the CI. Updated our exceptions list to track them. Signed-off-by: Brian Behlendorf Closes #18274 --- tests/test-runner/bin/zts-report.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index a3d367971..f1c75c2ef 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -226,6 +226,7 @@ maybe = { ['FAIL', 11948], 'cli_root/zpool_initialize/zpool_initialize_suspend_resume': ['FAIL', known_reason], + 'cli_root/zpool_iostat/zpool_iostat_interval_all': ['FAIL', 18273], 'cli_root/zpool_labelclear/zpool_labelclear_removed': ['FAIL', known_reason], 'cli_root/zpool_trim/setup': ['SKIP', trim_reason], @@ -244,6 +245,7 @@ maybe = { 'history/history_010_pos': ['SKIP', exec_reason], 'io/mmap': ['SKIP', fio_reason], 'l2arc/l2arc_l2miss_pos': ['FAIL', known_reason], + 'l2arc/l2arc_multidev_throughput_pos': ['FAIL', 18272], 'l2arc/persist_l2arc_005_pos': ['FAIL', known_reason], 'largest_pool/largest_pool_001_pos': ['FAIL', known_reason], 'mmap/mmap_sync_001_pos': ['FAIL', known_reason], @@ -351,6 +353,7 @@ elif sys.platform.startswith('linux'): 'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason], 'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason], 'cp_files/cp_files_002_pos': ['SKIP', cfr_reason], + 'events/events_002_pos': ['FAIL', 18271], 'fault/auto_online_002_pos': ['FAIL', 11889], 'fault/auto_replace_001_pos': ['FAIL', 14851], 'fault/auto_spare_002_pos': ['FAIL', 11889],