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 <behlendorf1@llnl.gov>
Closes #18274
This commit is contained in:
Brian Behlendorf 2026-03-03 11:18:46 -08:00 committed by GitHub
parent 1e2c94a043
commit 75659a4e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],