From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyK4Q-0001JZ-3h for qemu-devel@nongnu.org; Mon, 16 Nov 2015 08:43:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyK4P-00058K-18 for qemu-devel@nongnu.org; Mon, 16 Nov 2015 08:43:46 -0500 Date: Mon, 16 Nov 2015 14:43:37 +0100 From: Kevin Wolf Message-ID: <20151116134337.GC4182@noname.str.redhat.com> References: <1447273656-1748-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447273656-1748-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: fix race in 030 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: jcody@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 11.11.2015 um 21:27 hat John Snow geschrieben: > the stop_test case tests that we can resume a block-stream > command after it has stopped/paused due to error. We cannot > always reliably query it before it finishes after resume, though, > so make this a conditional. > > The important thing is that we are still testing that it has stopped, > and that it finishes successfully after we send a resume command. > > Signed-off-by: John Snow Thanks, applied to the block branch. Kevin