> On Mar 26, 2019, at 06:12, Kyle Evans <kev...@freebsd.org> wrote: > >> On Tue, Feb 12, 2019 at 5:36 PM Enji Cooper <n...@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?
Hi Kyle, Please go ahead. I was waiting for mentor approval of https://reviews.freebsd.org/D19546 over the past few weeks and haven’t received it. I didn’t press hard enough :/. Thank you for being patient! -Enji _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"