Skip to content

Commit 57490d5

Browse files
Ryan Moellertonyhutter
authored andcommitted
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 214196e commit 57490d5

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
@@ -252,8 +252,15 @@ if sys.platform.startswith('freebsd'):
252252
'cli_root/zfs_share/zfs_share_concurrent_shares':
253253
['FAIL', known_reason],
254254
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
255+
'cli_root/zpool_import/zpool_import_features_001_pos':
256+
['FAIL', '11854'],
257+
'cli_root/zpool_import/zpool_import_features_002_neg':
258+
['FAIL', '11854'],
259+
'cli_root/zpool_import/zpool_import_features_003_pos':
260+
['FAIL', '11854'],
255261
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
256262
'inheritance/inherit_001_pos': ['FAIL', '11829'],
263+
'pool_checkpoint/checkpoint_zhack_feat': ['FAIL', '11854'],
257264
'removal/removal_condense_export': ['FAIL', known_reason],
258265
'removal/removal_with_export': ['FAIL', known_reason],
259266
'resilver/resilver_restart_001': ['FAIL', known_reason],

0 commit comments

Comments
 (0)