From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve1q1-0005lQ-5T for qemu-devel@nongnu.org; Wed, 06 Nov 2013 07:04:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve1pu-00016V-Ir for qemu-devel@nongnu.org; Wed, 06 Nov 2013 07:03:57 -0500 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:44954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve1pu-00016O-BZ for qemu-devel@nongnu.org; Wed, 06 Nov 2013 07:03:50 -0500 Received: by mail-ee0-f41.google.com with SMTP id e53so2499482eek.14 for ; Wed, 06 Nov 2013 04:03:49 -0800 (PST) Date: Wed, 6 Nov 2013 13:03:46 +0100 From: Stefan Hajnoczi Message-ID: <20131106120346.GD24507@stefanha-thinkpad.redhat.com> References: <1383126148-1664-1-git-send-email-famz@redhat.com> <1383185888-8131-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383185888-8131-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] qemu-iotests: use blkdebug to make test deterministic 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, mreitz@redhat.com On Thu, Oct 31, 2013 at 10:18:08AM +0800, Fam Zheng wrote: > This patch suspends the test image IO before starting block stream job > so that it doesn't complete before we could check the status. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/030 | 10 ++++++---- > tests/qemu-iotests/iotests.py | 5 ++++- > 2 files changed, 10 insertions(+), 5 deletions(-) ./check -qcow2 030 hangs with this patch applied. Can you reproduce it or am I missing something? Stefan