Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZTS: alloc_class.ksh must wait for the process to exit
The alloc_class_* tests may fail on Linux with an EBUSY error if `zfs destroy` is run before the `dd` process has had a chance to terminate. Wait on the pid after the `kill -9` to make sure. When testing I didn't observe any failures for the alloc_class tests. Remove them from the exceptions list, the CI can verify they are passing on all platforms. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#11888
- Loading branch information