From patchwork Sun Jan 5 19:43:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wayne Xia X-Patchwork-Id: 307099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1BFBE2C00CB for ; Mon, 6 Jan 2014 15:11:04 +1100 (EST) Received: from localhost ([::1]:60475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0196-0004eZ-Jx for incoming@patchwork.ozlabs.org; Sun, 05 Jan 2014 22:46:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W016S-0001mC-FH for qemu-devel@nongnu.org; Sun, 05 Jan 2014 22:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W016K-0001IU-RM for qemu-devel@nongnu.org; Sun, 05 Jan 2014 22:43:48 -0500 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:33962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W016K-0001He-59 for qemu-devel@nongnu.org; Sun, 05 Jan 2014 22:43:40 -0500 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 6 Jan 2014 09:13:35 +0530 Received: from d28dlp02.in.ibm.com (9.184.220.127) by e28smtp01.in.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 6 Jan 2014 09:13:33 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id C518D394004E for ; Mon, 6 Jan 2014 09:13:32 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s063hTNq4784410 for ; Mon, 6 Jan 2014 09:13:29 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s063hWih023002 for ; Mon, 6 Jan 2014 09:13:32 +0530 Received: from RH64wenchao ([9.181.129.59]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s063hHUi022368; Mon, 6 Jan 2014 09:13:31 +0530 From: Wenchao Xia To: qemu-devel@nongnu.org Date: Mon, 6 Jan 2014 03:43:11 +0800 Message-Id: <1388950991-30105-9-git-send-email-xiawenc@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1388950991-30105-1-git-send-email-xiawenc@linux.vnet.ibm.com> References: <1388950991-30105-1-git-send-email-xiawenc@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14010603-4790-0000-0000-00000C190692 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 122.248.162.1 Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com, jcody@redhat.com, mreitz@redhat.com, stefanha@redhat.com, Wenchao Xia Subject: [Qemu-devel] [PATCH V9 8/8] qemu-iotests: add test for qcow2 snapshot X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This test will focus on the low level procedure of qcow2 snapshot operations, now it covers only the create operation. Overlap error paths are not checked since no good way to trigger those errors. Signed-off-by: Wenchao Xia Reviewed-by: Max Reitz --- tests/qemu-iotests/075 | 216 ++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/075.out | 32 ++++++ tests/qemu-iotests/common.filter | 7 ++ tests/qemu-iotests/group | 1 + 4 files changed, 256 insertions(+), 0 deletions(-) create mode 100755 tests/qemu-iotests/075 create mode 100644 tests/qemu-iotests/075.out diff --git a/tests/qemu-iotests/075 b/tests/qemu-iotests/075 new file mode 100755 index 0000000..131eadf --- /dev/null +++ b/tests/qemu-iotests/075 @@ -0,0 +1,216 @@ +#!/bin/bash +# +# qcow2 internal snapshot test +# +# Copyright (C) 2013 IBM, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +owner=xiawenc@linux.vnet.ibm.com + +seq=`basename $0` +echo "QA output created by $seq" + +here=`pwd` +tmp=/tmp/$$ +status=1 # failure is the default! + +BLKDEBUG_CONF="$TEST_DIR/blkdebug.conf" + +_cleanup() +{ + _cleanup_test_img + rm "$BLKDEBUG_CONF" +} +trap "_cleanup; exit \$status" 0 1 2 3 15 + +# get standard environment, filters and checks +. ./common.rc +. ./common.filter +. ./common.pattern + +# only test qcow2 +_supported_fmt qcow2 +_supported_proto generic +# bind the errno correctly and filter the output of image check and qemu-img, +# if you want to run it on other OS +_supported_os Linux + + +IMGOPTS="compat=1.1" + +CLUSTER_SIZE=65536 + +SIZE=1G + +BLKDBG_TEST_IMG="blkdebug:$BLKDEBUG_CONF:$TEST_IMG" + +errno=5 + +once=on + +imm=off + + +# Start test, note that the injected errors are related to qcow2's snapshot +# logic closely, see qcow2-snapshot.c for more details. + +# path 1: fail in L1 table allocation for snapshot +echo +echo "Path 1: fail in allocation of L1 table" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 + + +# path 2: fail in update new L1 table +echo +echo "Path 2: fail in update new L1 table for snapshot" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 | _filter_number +$QEMU_IMG snapshot -l "$TEST_IMG" +_check_test_img 2>&1 + +# path 3: fail in update refcount block before write snapshot list +echo +echo "Path 3: fail in update refcount block before write snapshot list" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 | _filter_number +$QEMU_IMG snapshot -l "$TEST_IMG" +_check_test_img 2>&1 + +# path 4: fail in snapshot list allocation or its flush it is possible +# qcow2_alloc_clusters() not fail immediately since cache hit, but in any +# case, no error should be found in image check. +echo +echo "Path 4: fail in snapshot list allocation or its flush" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 | grep "Failed" | grep "allocation" | grep "list"` +if ! test -z "$err" +then + echo "Error happens as expected" +fi +$QEMU_IMG snapshot -l "$TEST_IMG" +_check_test_img 2>&1 + + +# path 5: fail in snapshot list update +echo +echo "Path 5: fail in snapshot list update" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 | _filter_number +$QEMU_IMG snapshot -l "$TEST_IMG" +_check_test_img 2>&1 + +# path 6: fail in flush after snapshot list update, no good way to trigger it, +# since the cache is empty and makes flush do nothing in that call, so leave +# this path not tested + +# path 7: fail in update qcow2 header, normally header file will be recovered, +# see qcow2-snapshot.c. +echo +echo "Path 7: fail in update qcow2 header" + +_make_test_img $SIZE + +cat > "$BLKDEBUG_CONF" <&1 | _filter_number +$QEMU_IMG snapshot -l "$TEST_IMG" +_check_test_img 2>&1 | _filter_number + +# path 8: fail in overlap check before update L1 table for snapshot +# path 9: fail in overlap check before update snapshot list +# Since those clusters are allocated at runtime, there is no good way to +# make them overlap in this script, so skip those two paths now. + +# success, all done +echo "*** done" +rm -f $seq.full +status=0 diff --git a/tests/qemu-iotests/075.out b/tests/qemu-iotests/075.out new file mode 100644 index 0000000..9a40e4a --- /dev/null +++ b/tests/qemu-iotests/075.out @@ -0,0 +1,32 @@ +QA output created by 075 + +Path 1: fail in allocation of L1 table +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +qemu-img: Could not create snapshot 'snap1': Failed in allocation of snapshot L1 table: Input/output error +No errors were found on the image. + +Path 2: fail in update new L1 table for snapshot +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +qemu-img: Could not create snapshot 'snap1': Failed in update of snapshot L1 table at X with size X: Input/output error +No errors were found on the image. + +Path 3: fail in update refcount block before write snapshot list +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +qemu-img: Could not create snapshot 'snap1': Failed in update of refcount for snapshot at X with size X: Input/output error +No errors were found on the image. + +Path 4: fail in snapshot list allocation or its flush +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +Error happens as expected +No errors were found on the image. + +Path 5: fail in snapshot list update +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +qemu-img: Could not create snapshot 'snap1': Failed in write of snapshot header at X with size X: Input/output error +No errors were found on the image. + +Path 7: fail in update qcow2 header +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 +qemu-img: Could not create snapshot 'snap1': Failed in update of image header at X with size X: Input/output error +No errors were found on the image. +*** done diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter index 776985d..6138d27 100644 --- a/tests/qemu-iotests/common.filter +++ b/tests/qemu-iotests/common.filter @@ -146,6 +146,13 @@ _filter_win32() sed -e 's/\r//g' } +# replace number with X +_filter_number() +{ + sed -e 's/ \([0-9]\+\)/ X/g' \ + -e 's/=\([0-9]\+\)/=X/g' +} + # sanitize qemu-io output _filter_qemu_io() { diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index cc750c9..31fcbff 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -79,3 +79,4 @@ 070 rw auto 073 rw auto 074 rw auto +075 rw auto