mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
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 <john.kennedy@delphix.com> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #11856
This commit is contained in:
@@ -26,7 +26,7 @@ log_onexit default_cleanup_noexit
|
||||
|
||||
function callback
|
||||
{
|
||||
is_linux && test_removal_with_operation_kill
|
||||
test_removal_with_operation_kill
|
||||
log_must zpool export $TESTPOOL
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user