Skip to content

Commit 5d508d9

Browse files
author
Ryan Moeller
authored
ZTS: Improve cleanup in removal_with_export
Kill the removal operation on every platform, not just Linux. The test has been fixed and is now stable on FreeBSD. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Igor Kozhukhov <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #11856
1 parent 46fb478 commit 5d508d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ if sys.platform.startswith('freebsd'):
263263
'inheritance/inherit_001_pos': ['FAIL', '11829'],
264264
'pool_checkpoint/checkpoint_zhack_feat': ['FAIL', '11854'],
265265
'removal/removal_condense_export': ['FAIL', known_reason],
266-
'removal/removal_with_export': ['FAIL', known_reason],
267266
'resilver/resilver_restart_001': ['FAIL', known_reason],
268267
'zvol/zvol_misc/zvol_misc_volmode': ['FAIL', known_reason],
269268
})

tests/zfs-tests/tests/functional/removal/removal_with_export.ksh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log_onexit default_cleanup_noexit
2626

2727
function callback
2828
{
29-
is_linux && test_removal_with_operation_kill
29+
test_removal_with_operation_kill
3030
log_must zpool export $TESTPOOL
3131

3232
#

0 commit comments

Comments
 (0)