From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYbfA-0005sW-3P for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYbf4-0004Dv-Bg for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:43:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYbf4-0004DX-6V for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:43:02 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id CFB60C12BB for ; Thu, 19 Mar 2015 14:43:01 +0000 (UTC) Message-ID: <550AE074.6060400@redhat.com> Date: Thu, 19 Mar 2015 10:43:00 -0400 From: Max Reitz MIME-Version: 1.0 References: <1424272761-27554-1-git-send-email-kwolf@redhat.com> <1424272761-27554-3-git-send-email-kwolf@redhat.com> <550AE034.1070700@redhat.com> In-Reply-To: <550AE034.1070700@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: Some qemu-img convert tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: stefanha@redhat.com On 2015-03-19 at 10:41, Max Reitz wrote: > On 2015-02-18 at 10:19, Kevin Wolf wrote: >> This adds a regression test for some problems that the qemu-img convert >> rewrite just fixed. >> >> Signed-off-by: Kevin Wolf >> --- >> tests/qemu-iotests/122 | 83 >> ++++++++++++++++++++++++++++++++++++++++++++++ >> tests/qemu-iotests/122.out | 30 +++++++++++++++++ >> tests/qemu-iotests/group | 1 + >> 3 files changed, 114 insertions(+) >> create mode 100755 tests/qemu-iotests/122 >> create mode 100644 tests/qemu-iotests/122.out > > [snip] > >> diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group >> index 4b2b93b..28c78e5 100644 >> --- a/tests/qemu-iotests/group >> +++ b/tests/qemu-iotests/group >> @@ -117,3 +117,4 @@ >> 113 rw auto quick >> 114 rw auto quick >> 116 rw auto quick >> +122 rw auto quick > > This test takes 17 s on my HDD, and 7 s in tmpfs. Are you sure it > should be added to the "quick" group? > > Other than that, looks good. > > Max Argh, disregard that, I had the wrong version open. Sorry. Max