From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SepaI-0001In-4k for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SepaD-00056j-GO for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:34:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SepaD-00056T-8V for qemu-devel@nongnu.org; Wed, 13 Jun 2012 11:34:09 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5DFY7dR011583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jun 2012 11:34:07 -0400 From: Kevin Wolf Date: Wed, 13 Jun 2012 17:34:02 +0200 Message-Id: <1339601644-25683-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests: Test COW from backing file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Thanks to Paolo who caught a bug that qemu-iotest would have let passed (well, almost, the zero cluster test case did accidentally catch it). I was surprised to find that there's no specific test for COW from backing files. Fixing this now... Kevin Wolf (2): qemu-iotests: Some backing file COW tests qemu-iotests: COW with many AIO requests on the same cluster tests/qemu-iotests/037 | 119 ++++++ tests/qemu-iotests/037.out | 645 +++++++++++++++++++++++++++++++ tests/qemu-iotests/038 | 133 +++++++ tests/qemu-iotests/038.out | 909 ++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/group | 2 + 5 files changed, 1808 insertions(+), 0 deletions(-) create mode 100755 tests/qemu-iotests/037 create mode 100644 tests/qemu-iotests/037.out create mode 100755 tests/qemu-iotests/038 create mode 100644 tests/qemu-iotests/038.out -- 1.7.6.5