From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlJeM-0001g6-J8 for qemu-devel@nongnu.org; Thu, 23 Apr 2015 12:06:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlJeI-0005f1-Be for qemu-devel@nongnu.org; Thu, 23 Apr 2015 12:06:50 -0400 Message-ID: <5539188D.80703@redhat.com> Date: Thu, 23 Apr 2015 18:06:37 +0200 From: Max Reitz MIME-Version: 1.0 References: <1429747493-24397-1-git-send-email-jsnow@redhat.com> <1429747493-24397-11-git-send-email-jsnow@redhat.com> In-Reply-To: <1429747493-24397-11-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 10/10] iotests: 124 - transactional failure test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-block@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, vsementsov@parallels.com, stefanha@redhat.com On 23.04.2015 02:04, John Snow wrote: > Use a transaction to request an incremental backup across two drives. > Coerce one of the jobs to fail, and then re-run the transaction. > > Verify that no bitmap data was lost due to the partial transaction > failure. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/124 | 120 ++++++++++++++++++++++++++++++++++++++++++++- > tests/qemu-iotests/124.out | 4 +- > 2 files changed, 121 insertions(+), 3 deletions(-) Reviewed-by: Max Reitz