Skip to content

Commit 3834015

Browse files
author
Ryan Moeller
authored
ZTS: Tests using zhack may fail on FreeBSD
As described in #11854, zhack is occasionally segfaulting on FreeBSD. Debugging this is proving to be tricky. To avoid false positives in the CI add entries for the tests that use zhack in zts-report to accept that they may occasionally fail on FreeBSD. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Issue #11854 Closes #11855
1 parent e778b04 commit 3834015

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,15 @@ if sys.platform.startswith('freebsd'):
253253
'cli_root/zfs_share/zfs_share_concurrent_shares':
254254
['FAIL', known_reason],
255255
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
256+
'cli_root/zpool_import/zpool_import_features_001_pos':
257+
['FAIL', '11854'],
258+
'cli_root/zpool_import/zpool_import_features_002_neg':
259+
['FAIL', '11854'],
260+
'cli_root/zpool_import/zpool_import_features_003_pos':
261+
['FAIL', '11854'],
256262
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
257263
'inheritance/inherit_001_pos': ['FAIL', '11829'],
264+
'pool_checkpoint/checkpoint_zhack_feat': ['FAIL', '11854'],
258265
'removal/removal_condense_export': ['FAIL', known_reason],
259266
'removal/removal_with_export': ['FAIL', known_reason],
260267
'resilver/resilver_restart_001': ['FAIL', known_reason],

0 commit comments

Comments
 (0)