| 86b90d91 | 09-Oct-2019 |
Alan Somers <[email protected]> |
ZFS: in the tests, don't override PWD
The ZFS test suite was overriding the common $PWD variable with the path to the pwd command, even though no test wanted to use it that way. Most tests didn't n
ZFS: in the tests, don't override PWD
The ZFS test suite was overriding the common $PWD variable with the path to the pwd command, even though no test wanted to use it that way. Most tests didn't notice, because ksh93 eventually restored it to its proper meaning.
MFC after: 2 weeks Sponsored by: Axcient
show more ...
|
| 310a44b2 | 08-Oct-2019 |
Alan Somers <[email protected]> |
zfs: fix the zfsd_hotspare_007_pos test
It was trying to destroy the pool while zfsd was detaching the spare, and "zpool destroy" failed. Fix by waiting until the spare has fully detached.
MFC aft
zfs: fix the zfsd_hotspare_007_pos test
It was trying to destroy the pool while zfsd was detaching the spare, and "zpool destroy" failed. Fix by waiting until the spare has fully detached.
MFC after: 2 weeks Sponsored by: Axcient
show more ...
|