Skip to content

Commit 75659a4

Browse files
authored
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
1 parent 1e2c94a commit 75659a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-runner/bin/zts-report.py.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ maybe = {
226226
['FAIL', 11948],
227227
'cli_root/zpool_initialize/zpool_initialize_suspend_resume':
228228
['FAIL', known_reason],
229+
'cli_root/zpool_iostat/zpool_iostat_interval_all': ['FAIL', 18273],
229230
'cli_root/zpool_labelclear/zpool_labelclear_removed':
230231
['FAIL', known_reason],
231232
'cli_root/zpool_trim/setup': ['SKIP', trim_reason],
@@ -244,6 +245,7 @@ maybe = {
244245
'history/history_010_pos': ['SKIP', exec_reason],
245246
'io/mmap': ['SKIP', fio_reason],
246247
'l2arc/l2arc_l2miss_pos': ['FAIL', known_reason],
248+
'l2arc/l2arc_multidev_throughput_pos': ['FAIL', 18272],
247249
'l2arc/persist_l2arc_005_pos': ['FAIL', known_reason],
248250
'largest_pool/largest_pool_001_pos': ['FAIL', known_reason],
249251
'mmap/mmap_sync_001_pos': ['FAIL', known_reason],
@@ -351,6 +353,7 @@ elif sys.platform.startswith('linux'):
351353
'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason],
352354
'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason],
353355
'cp_files/cp_files_002_pos': ['SKIP', cfr_reason],
356+
'events/events_002_pos': ['FAIL', 18271],
354357
'fault/auto_online_002_pos': ['FAIL', 11889],
355358
'fault/auto_replace_001_pos': ['FAIL', 14851],
356359
'fault/auto_spare_002_pos': ['FAIL', 11889],

0 commit comments

Comments
 (0)