From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yldmd-0002Bd-OA for qemu-devel@nongnu.org; Fri, 24 Apr 2015 09:36:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YldmZ-0007tJ-Gh for qemu-devel@nongnu.org; Fri, 24 Apr 2015 09:36:43 -0400 Message-ID: <553A46AC.6000503@redhat.com> Date: Fri, 24 Apr 2015 15:35:40 +0200 From: Max Reitz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/11] qemu-iotests: test block-stream operations in parallel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Stefan Hajnoczi On 24.04.2015 13:40, Alberto Garcia wrote: > This test case checks that it's possible to launch several stream > operations in parallel in the same snapshot chain, each one involving > a different set of nodes. > > Signed-off-by: Alberto Garcia > --- > tests/qemu-iotests/030 | 80 ++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/030.out | 4 +-- > 2 files changed, 82 insertions(+), 2 deletions(-) That's a nice test. Reviewed-by: Max Reitz