From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9w0-0002qP-L2 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:47:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj9vv-0003nm-IJ for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:47:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9vv-0003nf-BJ for qemu-devel@nongnu.org; Tue, 28 Oct 2014 12:47:47 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SGlj8v011731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 12:47:46 -0400 Message-ID: <544FC8AE.9050306@redhat.com> Date: Tue, 28 Oct 2014 17:47:42 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414404776-4919-1-git-send-email-mreitz@redhat.com> <1414404776-4919-8-git-send-email-mreitz@redhat.com> <20141028163829.GE4828@noname.str.redhat.com> In-Reply-To: <20141028163829.GE4828@noname.str.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 7/7] iotests: Expand test 061 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On 2014-10-28 at 17:38, Kevin Wolf wrote: > Am 27.10.2014 um 11:12 hat Max Reitz geschrieben: >> Add some tests for progress output to 061. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Eric Blake >> Reviewed-by: Beno=EEt Canet >> diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group >> index 9bbd5d3..6e67da4 100644 >> --- a/tests/qemu-iotests/group >> +++ b/tests/qemu-iotests/group >> @@ -67,7 +67,7 @@ >> 058 rw auto quick >> 059 rw auto quick >> 060 rw auto quick >> -061 rw auto quick >> +061 rw auto >> 062 rw auto quick >> 063 rw auto quick >> 064 rw auto quick > It's still quick enough for me, why the change? Wasn't for me. 12 seconds here on my laptop, probably faster at home=20 where I have an SSD, but I'd rather use a plain HDD for measure=20 regarding what is quick and what isn't. Thank you for reviewing! Max