From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWmqk-0004yr-6O for qemu-devel@nongnu.org; Thu, 17 Oct 2013 08:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWmqb-0000Xm-R4 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 08:38:46 -0400 Received: from mail-bk0-x229.google.com ([2a00:1450:4008:c01::229]:63447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWmqb-0000V0-LC for qemu-devel@nongnu.org; Thu, 17 Oct 2013 08:38:37 -0400 Received: by mail-bk0-f41.google.com with SMTP id na10so798203bkb.14 for ; Thu, 17 Oct 2013 05:38:36 -0700 (PDT) Date: Thu, 17 Oct 2013 14:38:34 +0200 From: Stefan Hajnoczi Message-ID: <20131017123834.GH10774@stefanha-thinkpad.redhat.com> References: <1381804911-3664-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381804911-3664-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: fix 030 for faster machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On Tue, Oct 15, 2013 at 10:41:51AM +0800, Fam Zheng wrote: > If the block job completes too fast, the test can fail. Change the > numbers so the qmp events are more stably captured by the script. > > A sleep is removed for the same reason. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/030 | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) Can you try using the blkdebug suspend command to pause I/O? That way the test can be made reliable. Stefan