Skip to content

Commit 53d8345

Browse files
committed
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 <[email protected]>
1 parent 0c4d4ac commit 53d8345

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ maybe = {
201201
'chattr/setup': ['SKIP', exec_reason],
202202
'crtime/crtime_001_pos': ['SKIP', statx_reason],
203203
'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason],
204+
'cli_root/zfs_copies/zfs_copies_006_pos': ['FAIL', known_reason],
204205
'cli_root/zfs_destroy/zfs_destroy_dev_removal_condense':
205206
['FAIL', known_reason],
206207
'cli_root/zfs_get/zfs_get_004_pos': ['FAIL', known_reason],
@@ -215,28 +216,37 @@ maybe = {
215216
'cli_root/zpool_import/zpool_import_missing_003_pos': ['SKIP', 6839],
216217
'cli_root/zpool_initialize/zpool_initialize_import_export':
217218
['FAIL', 11948],
219+
'cli_root/zpool_initialize/zpool_initialize_suspend_resume':
220+
['FAIL', known_reason],
218221
'cli_root/zpool_labelclear/zpool_labelclear_removed':
219222
['FAIL', known_reason],
220223
'cli_root/zpool_trim/setup': ['SKIP', trim_reason],
224+
'cli_root/zpool_trim/zpool_trim_fault_export_import_online':
225+
['FAIL', known_reason],
221226
'cli_root/zpool_upgrade/zpool_upgrade_004_pos': ['FAIL', 6141],
222227
'delegate/setup': ['SKIP', exec_reason],
228+
'fault/auto_replace_002_pos': ['FAIL', known_reason],
223229
'fallocate/fallocate_punch-hole': ['SKIP', fspacectl_reason],
224230
'history/history_004_pos': ['FAIL', 7026],
225231
'history/history_005_neg': ['FAIL', 6680],
226232
'history/history_006_neg': ['FAIL', 5657],
227233
'history/history_008_pos': ['FAIL', known_reason],
228234
'history/history_010_pos': ['SKIP', exec_reason],
229235
'io/mmap': ['SKIP', fio_reason],
236+
'l2arc/l2arc_l2miss_pos': ['FAIL', known_reason],
230237
'largest_pool/largest_pool_001_pos': ['FAIL', known_reason],
231238
'mmp/mmp_on_uberblocks': ['FAIL', known_reason],
232239
'pam/setup': ['SKIP', "pamtester might be not available"],
233240
'pool_checkpoint/checkpoint_discard_busy': ['FAIL', 11946],
234241
'projectquota/setup': ['SKIP', exec_reason],
242+
'raidz/raidz_002_pos': ['FAIL', known_reason],
243+
'raidz/raidz_expand_001_pos': ['FAIL', 16421],
235244
'removal/removal_condense_export': ['FAIL', known_reason],
236245
'renameat2/setup': ['SKIP', renameat2_reason],
237246
'reservation/reservation_008_pos': ['FAIL', 7741],
238247
'reservation/reservation_018_pos': ['FAIL', 5642],
239248
'snapshot/clone_001_pos': ['FAIL', known_reason],
249+
'snapshot/snapshot_006_pos': ['FAIL', known_reason],
240250
'snapshot/snapshot_009_pos': ['FAIL', 7961],
241251
'snapshot/snapshot_010_pos': ['FAIL', 7961],
242252
'snapused/snapused_004_pos': ['FAIL', 5513],

0 commit comments

Comments
 (0)