Skip to content

Commit 4bbffa2

Browse files
behlendorftonyhutter
authored andcommitted
ZTS: import_rewind_device_replaced reliably fails
The import_rewind_device_replaced.ksh test was never entirely reliable because it depends on MOS data not being overwritten. The MOS data is not protected by the snapshot so occasional failures were always expected. However, this test is now failing reliably on all platforms indicating something has changed in the code since the test was marked "maybe". Convert the test to a "known" failure until the root cause is identified and resolved. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#12821
1 parent d1bf6c7 commit 4bbffa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ known = {
155155
'casenorm/mixed_formd_lookup_ci': ['FAIL', '7633'],
156156
'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason],
157157
'cli_root/zfs_unshare/zfs_unshare_006_pos': ['SKIP', na_reason],
158+
'cli_root/zpool_import/import_rewind_device_replaced':
159+
['FAIL', rewind_reason],
158160
'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
159161
'cli_user/misc/zfs_unshare_001_neg': ['SKIP', na_reason],
160162
'privilege/setup': ['SKIP', na_reason],
@@ -202,8 +204,6 @@ maybe = {
202204
'cli_root/zfs_unshare/setup': ['SKIP', share_reason],
203205
'cli_root/zpool_add/zpool_add_004_pos': ['FAIL', known_reason],
204206
'cli_root/zpool_destroy/zpool_destroy_001_pos': ['SKIP', '6145'],
205-
'cli_root/zpool_import/import_rewind_device_replaced':
206-
['FAIL', rewind_reason],
207207
'cli_root/zpool_import/import_rewind_config_changed':
208208
['FAIL', rewind_reason],
209209
'cli_root/zpool_import/zpool_import_missing_003_pos': ['SKIP', '6839'],

0 commit comments

Comments
 (0)