From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0myY-0006XV-7d for qemu-devel@nongnu.org; Wed, 19 Apr 2017 06:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0myX-0001Tp-EZ for qemu-devel@nongnu.org; Wed, 19 Apr 2017 06:36:42 -0400 Date: Wed, 19 Apr 2017 18:36:35 +0800 From: Fam Zheng Message-ID: <20170419103635.GB14508@lemon.lan> References: <815765cfcea726c7a4cc619c4f6c3bedb47f16b9.1492537347.git.jcody@redhat.com> <20170418193129.GJ5704@localhost.localdomain> <20170418194223.GK5704@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170418194223.GK5704@localhost.localdomain> Subject: Re: [Qemu-devel] [PATCH v2 for-2.10 1/1] qemu-iotests: _cleanup_qemu must be called on exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: Eric Blake , kwolf@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org, mreitz@redhat.com On Tue, 04/18 15:42, Jeff Cody wrote: > > One idea presented in an earlier thread was that common.rc should create > > a subdirectory per test (rather than all tests sharing scratch/), and > > then common.rc itself install the cleanup hook that wipes out the entire > > subdirectory (or maybe even add a command-line option to ./check to > > suppress wiping when it is desirable to debug a test failure by seeing > > the droppings left behind). > > > > Yep, good ideas. I'll leave that for another series though; there are a few > other changes based on some suggestions from Daniel that I'd like to > implement as well, and I can fold your suggestions above into a new series > (unless someone else does it first). Sounds good, I was thinking about making ./check run tests in parallel. If each test has its own tmpdir, it will be much easier. Fam