From owner-svn-src-all@freebsd.org Tue Mar 26 13:12:23 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E80F71551DED; Tue, 26 Mar 2019 13:12:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA7369BEF; Tue, 26 Mar 2019 13:12:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2BD44920E; Tue, 26 Mar 2019 13:12:22 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f176.google.com with SMTP id f18so11043004lja.10; Tue, 26 Mar 2019 06:12:22 -0700 (PDT) X-Gm-Message-State: APjAAAXA5M6w0d8KRbZtdX3EXBVzMF4QZFCq3jzU+JLLluQf9V/Nhio0 obRUzWQyXMwCOjI+ovLftgarPPovTVwlYrKZxtk= X-Google-Smtp-Source: APXvYqz5VBgGdkFIe1hf9O+oFH/FUvhrNZs3x4a/fuuG+9ydMTCeo+PA8Vq97kt3u1Hcdv8+KurkmDDLbST15O69kk0= X-Received: by 2002:a2e:8ece:: with SMTP id e14mr2808884ljl.66.1553605940821; Tue, 26 Mar 2019 06:12:20 -0700 (PDT) MIME-Version: 1.0 References: <201902122335.x1CNZlff065320@repo.freebsd.org> In-Reply-To: <201902122335.x1CNZlff065320@repo.freebsd.org> From: Kyle Evans Date: Tue, 26 Mar 2019 08:12:07 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r344067 - head/sbin/bectl/tests To: Enji Cooper Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 8DA7369BEF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2019 13:12:23 -0000 On Tue, Feb 12, 2019 at 5:36 PM Enji Cooper 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