Skip to content

Commit

Permalink
ZTS: Tests using zhack may fail on FreeBSD
Browse files Browse the repository at this point in the history
As described in openzfs#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 <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Issue openzfs#11854
Closes openzfs#11855
  • Loading branch information
Ryan Moeller committed May 6, 2021
1 parent ab1dc1d commit 03ce679
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,15 @@ if sys.platform.startswith('freebsd'):
'cli_root/zfs_share/zfs_share_concurrent_shares':
['FAIL', known_reason],
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
'cli_root/zpool_import/zpool_import_features_001_pos':
['FAIL', '11854'],
'cli_root/zpool_import/zpool_import_features_002_neg':
['FAIL', '11854'],
'cli_root/zpool_import/zpool_import_features_003_pos':
['FAIL', '11854'],
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
'inheritance/inherit_001_pos': ['FAIL', '11829'],
'pool_checkpoint/checkpoint_zhack_feat': ['FAIL', '11854'],
'removal/removal_condense_export': ['FAIL', known_reason],
'removal/removal_with_export': ['FAIL', known_reason],
'resilver/resilver_restart_001': ['FAIL', known_reason],
Expand Down

0 comments on commit 03ce679

Please sign in to comment.