svn commit: r344067 - head/sbin/bectl/tests

Kyle Evans kevans at freebsd.org
Tue Mar 26 13:12:23 UTC 2019


On Tue, Feb 12, 2019 at 5:36 PM Enji Cooper <ngie at freebsd.org> wrote:
>
> Author: ngie
> Date: Tue Feb 12 23:35:46 2019
> New Revision: 344067
> URL: https://svnweb.freebsd.org/changeset/base/344067
>
> Log:
>   Fix up concurrent test zpool setup and teardown
>
>   Set up zpools with a more unique name, stash the zpool name away in a file pointed
>   to by `$ZPOOL_NAME_FILE` (which is relative to a per-testcase generated temporary
>   directory), then remove the file based on `$ZPOOL_NAME_FILE` in the cleanup
>   routines.
>
>   This is a more concurrency-safe solution and will allow the testcases to be safely
>   executed in parallel.
>
>   Reviewed by:  kevans, jtl
>   Approved by:  jtl (mentor)
>   MFC after:    1 week
>   Differential Revision: https://reviews.freebsd.org/D19024
>

Hi,

Any objections if I MFC this with some other bectl(8)/libbe(3) MFCs
that I'll be doing soon?

Thanks,

Kyle Evans


More information about the svn-src-all mailing list