From patchwork Mon Apr 4 13:44:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 8741081 Return-Path: X-Original-To: patchwork-qemu-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EFF9FC0553 for ; Mon, 4 Apr 2016 13:45:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5A48720263 for ; Mon, 4 Apr 2016 13:45:52 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A456B2025A for ; Mon, 4 Apr 2016 13:45:51 +0000 (UTC) Received: from localhost ([::1]:58730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an4pD-0002Mn-23 for patchwork-qemu-devel@patchwork.kernel.org; Mon, 04 Apr 2016 09:45:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an4oi-00021k-Nw for qemu-devel@nongnu.org; Mon, 04 Apr 2016 09:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an4oh-0000Bv-9J for qemu-devel@nongnu.org; Mon, 04 Apr 2016 09:45:20 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:65131 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an4oh-0000AC-2t; Mon, 04 Apr 2016 09:45:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CSAwCybgJX/5tjdVtdHYMagVCnFQEBAQEBBQGBEQGQZoIPAQ2BcoYNAoEzOBQBAQEBAQEBZSeEQgEBBHkQPxI8GxmIKwG9BwEBAQcghViCRYZncYUKBYdvhk6JRI4IiTqFVY8aHgEBQoNqaYZqgTwBAQE X-IPAS-Result: A2CSAwCybgJX/5tjdVtdHYMagVCnFQEBAQEBBQGBEQGQZoIPAQ2BcoYNAoEzOBQBAQEBAQEBZSeEQgEBBHkQPxI8GxmIKwG9BwEBAQcghViCRYZncYUKBYdvhk6JRI4IiTqFVY8aHgEBQoNqaYZqgTwBAQE X-IronPort-AV: E=Sophos;i="5.24,440,1454972400"; d="scan'208";a="39334392" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 04 Apr 2016 15:44:47 +0200 Received: from [194.100.51.2] (helo=perseus.local) by fanzine.igalia.com with esmtpsa (Cipher TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim) id 1an4oB-00050u-Dk; Mon, 04 Apr 2016 15:44:47 +0200 Received: from berto by perseus.local with local (Exim 4.87) (envelope-from ) id 1an4nj-0003vk-6i; Mon, 04 Apr 2016 16:44:19 +0300 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Mon, 4 Apr 2016 16:44:01 +0300 Message-Id: X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.51.32.191 Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Max Reitz , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH v9 11/11] qemu-iotests: test non-overlapping block-stream operations 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+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Even if there are no common nodes involved, we currently don't support several operations at the same time in the same backing chain. Signed-off-by: Alberto Garcia Reviewed-by: Max Reitz --- tests/qemu-iotests/030 | 21 +++++++++++++++++++++ tests/qemu-iotests/030.out | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/030 b/tests/qemu-iotests/030 index 6348872..144f174 100755 --- a/tests/qemu-iotests/030 +++ b/tests/qemu-iotests/030 @@ -205,6 +205,27 @@ class TestMultipleOps(iotests.QMPTestCase): self.vm.shutdown() + # We currently don't support non-overlapping jobs if they are in + # the same chain. If we do it in the future this test will need to + # be updated. + def test_non_overlapping(self): + self.assert_no_active_block_jobs() + + # Set a speed limit to make sure that this job blocks the rest + result = self.vm.qmp('block-stream', device='node4', base=self.imgs[0], speed=32768) + self.assert_qmp(result, 'return', {}) + + result = self.vm.qmp('block-stream', device='drive0', top=self.imgs[5]) + self.assert_qmp(result, 'error/class', 'GenericError') + + result = self.vm.qmp('block-commit', device='drive0', base=self.imgs[5]) + self.assert_qmp(result, 'error/class', 'GenericError') + + self.wait_until_completed(drive='node4') + self.assert_no_active_block_jobs() + + self.vm.shutdown() + class TestSmallerBackingFile(iotests.QMPTestCase): backing_len = 1 * 1024 * 1024 # MB image_len = 2 * backing_len diff --git a/tests/qemu-iotests/030.out b/tests/qemu-iotests/030.out index b6f2576..52d796e 100644 --- a/tests/qemu-iotests/030.out +++ b/tests/qemu-iotests/030.out @@ -1,5 +1,5 @@ -................ +................. ---------------------------------------------------------------------- -Ran 16 tests +Ran 17 tests OK