From patchwork Wed Aug 30 16:52:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Cody X-Patchwork-Id: 807729 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) 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 3xjBYS5Tqgz9sNn for ; Thu, 31 Aug 2017 02:59:07 +1000 (AEST) Received: from localhost ([::1]:51641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn6KU-0006SW-Jv for incoming@patchwork.ozlabs.org; Wed, 30 Aug 2017 12:59:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn6Ei-0001CL-4D for qemu-devel@nongnu.org; Wed, 30 Aug 2017 12:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dn6Eg-0004tw-Jw for qemu-devel@nongnu.org; Wed, 30 Aug 2017 12:53:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36100) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dn6Ea-0004oc-64; Wed, 30 Aug 2017 12:52:56 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6A1E64DAFB; Wed, 30 Aug 2017 16:52:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6A1E64DAFB Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jcody@redhat.com Received: from localhost (ovpn-116-70.phx2.redhat.com [10.3.116.70]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3AEF96951E; Wed, 30 Aug 2017 16:52:48 +0000 (UTC) From: Jeff Cody To: qemu-devel@nongnu.org Date: Wed, 30 Aug 2017 12:52:42 -0400 Message-Id: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 30 Aug 2017 16:52:53 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v3 0/5] qemu-iotests: place output in unique dir X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kwolf@redhat.com, qemu-block@nongnu.org, armbru@redhat.com, stefanha@redhat.com, jsnow@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Differences v2 -> v3: git-backport-diff -r qemu/master..devel-iotests -u github/devel-next Key: [----] : patches are identical [####] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 001/5:[----] [--] 'qemu-iotests: set TEST_DIR to a unique dir for each test' ^^^^^^ No patch diff, but fixed typo in commit message. [Thanks Eric] 002/5:[0006] [FC] 'qemu-iotests: remove file cleanup from bash tests' ^^^^^^ Picked up test 192 in the patch. 003/5:[down] 'qemu-iotests: add 'blind_remove' for python tests' 004/5:[down] 'qemu-iotests: make python tests attempt to leave intermediate files' ^^^^^^ Two new tests, to help address python intermediate files. 005/5:[0005] [FC] 'qemu-iotests: add option to save temp files on error' ^^^^^^ Added TODO regarding python tests. [Thanks Markus] Dropped Eric's r-b, in case he is not OK with the TODO wording Rebased to v2.10.0. This series does 2 things: 1.) Sets TEST_DIR to a unique subdirectory for each test 2.) Has './check' be responsible for removing temporary files 3.) Add option to './check' to retain temporary files in case of error Jeff Cody (5): qemu-iotests: set TEST_DIR to a unique dir for each test qemu-iotests: remove file cleanup from bash tests qemu-iotests: add 'blind_remove' for python tests qemu-iotests: make python tests attempt to leave intermediate files qemu-iotests: add option to save temp files on error tests/qemu-iotests/001 | 6 ---- tests/qemu-iotests/002 | 6 ---- tests/qemu-iotests/003 | 6 ---- tests/qemu-iotests/004 | 6 ---- tests/qemu-iotests/005 | 6 ---- tests/qemu-iotests/007 | 7 ----- tests/qemu-iotests/008 | 6 ---- tests/qemu-iotests/009 | 6 ---- tests/qemu-iotests/010 | 6 ---- tests/qemu-iotests/011 | 6 ---- tests/qemu-iotests/012 | 6 ---- tests/qemu-iotests/013 | 6 ---- tests/qemu-iotests/014 | 6 ---- tests/qemu-iotests/015 | 7 ----- tests/qemu-iotests/017 | 6 ---- tests/qemu-iotests/018 | 6 ---- tests/qemu-iotests/019 | 8 ----- tests/qemu-iotests/020 | 8 ----- tests/qemu-iotests/021 | 6 ---- tests/qemu-iotests/022 | 6 ---- tests/qemu-iotests/023 | 6 ---- tests/qemu-iotests/024 | 8 ----- tests/qemu-iotests/025 | 6 ---- tests/qemu-iotests/026 | 7 ----- tests/qemu-iotests/027 | 6 ---- tests/qemu-iotests/028 | 8 ----- tests/qemu-iotests/029 | 7 ----- tests/qemu-iotests/030 | 8 ++--- tests/qemu-iotests/031 | 6 ---- tests/qemu-iotests/032 | 6 ---- tests/qemu-iotests/033 | 6 ---- tests/qemu-iotests/034 | 6 ---- tests/qemu-iotests/035 | 6 ---- tests/qemu-iotests/036 | 6 ---- tests/qemu-iotests/037 | 6 ---- tests/qemu-iotests/038 | 6 ---- tests/qemu-iotests/039 | 6 ---- tests/qemu-iotests/040 | 35 +++++++++------------- tests/qemu-iotests/041 | 70 ++++++++++++++++++------------------------- tests/qemu-iotests/042 | 6 ---- tests/qemu-iotests/043 | 7 ----- tests/qemu-iotests/044 | 8 ++--- tests/qemu-iotests/045 | 14 ++++----- tests/qemu-iotests/046 | 6 ---- tests/qemu-iotests/047 | 6 ---- tests/qemu-iotests/048 | 8 ----- tests/qemu-iotests/048.out | 1 - tests/qemu-iotests/049 | 6 ---- tests/qemu-iotests/050 | 8 ----- tests/qemu-iotests/051 | 6 ---- tests/qemu-iotests/052 | 6 ---- tests/qemu-iotests/053 | 7 ----- tests/qemu-iotests/054 | 6 ---- tests/qemu-iotests/055 | 36 ++++++++-------------- tests/qemu-iotests/056 | 13 ++++---- tests/qemu-iotests/057 | 6 ++-- tests/qemu-iotests/058 | 8 +---- tests/qemu-iotests/059 | 7 ----- tests/qemu-iotests/060 | 6 ---- tests/qemu-iotests/061 | 6 ---- tests/qemu-iotests/062 | 6 ---- tests/qemu-iotests/063 | 7 ----- tests/qemu-iotests/064 | 6 ---- tests/qemu-iotests/065 | 6 ++-- tests/qemu-iotests/066 | 6 ---- tests/qemu-iotests/068 | 6 ---- tests/qemu-iotests/069 | 6 ---- tests/qemu-iotests/070 | 6 ---- tests/qemu-iotests/071 | 6 ---- tests/qemu-iotests/072 | 6 ---- tests/qemu-iotests/073 | 6 ---- tests/qemu-iotests/074 | 9 ------ tests/qemu-iotests/074.out | 1 - tests/qemu-iotests/075 | 6 ---- tests/qemu-iotests/076 | 6 ---- tests/qemu-iotests/077 | 6 ---- tests/qemu-iotests/078 | 6 ---- tests/qemu-iotests/079 | 6 ---- tests/qemu-iotests/080 | 7 ----- tests/qemu-iotests/081 | 8 ----- tests/qemu-iotests/082 | 6 ---- tests/qemu-iotests/084 | 6 ---- tests/qemu-iotests/085 | 13 +------- tests/qemu-iotests/086 | 6 ---- tests/qemu-iotests/088 | 7 ----- tests/qemu-iotests/089 | 6 ---- tests/qemu-iotests/090 | 6 ---- tests/qemu-iotests/091 | 8 +---- tests/qemu-iotests/092 | 7 ----- tests/qemu-iotests/094 | 9 +----- tests/qemu-iotests/095 | 8 +---- tests/qemu-iotests/096 | 5 ++-- tests/qemu-iotests/097 | 7 ----- tests/qemu-iotests/098 | 7 ----- tests/qemu-iotests/099 | 6 ---- tests/qemu-iotests/101 | 6 ---- tests/qemu-iotests/102 | 7 +---- tests/qemu-iotests/103 | 6 ---- tests/qemu-iotests/104 | 2 -- tests/qemu-iotests/105 | 6 ---- tests/qemu-iotests/106 | 6 ---- tests/qemu-iotests/107 | 6 ---- tests/qemu-iotests/108 | 6 ---- tests/qemu-iotests/109 | 8 +---- tests/qemu-iotests/110 | 6 ---- tests/qemu-iotests/111 | 6 ---- tests/qemu-iotests/112 | 6 ---- tests/qemu-iotests/113 | 6 ---- tests/qemu-iotests/114 | 6 ---- tests/qemu-iotests/115 | 6 ---- tests/qemu-iotests/116 | 6 ---- tests/qemu-iotests/117 | 7 +---- tests/qemu-iotests/118 | 31 +++++++++---------- tests/qemu-iotests/119 | 6 ---- tests/qemu-iotests/120 | 6 ---- tests/qemu-iotests/121 | 6 ---- tests/qemu-iotests/122 | 7 ----- tests/qemu-iotests/123 | 7 ----- tests/qemu-iotests/124 | 21 +++++-------- tests/qemu-iotests/125 | 6 ---- tests/qemu-iotests/130 | 7 +---- tests/qemu-iotests/131 | 6 ---- tests/qemu-iotests/132 | 9 ++---- tests/qemu-iotests/133 | 6 ---- tests/qemu-iotests/134 | 6 ---- tests/qemu-iotests/135 | 6 ---- tests/qemu-iotests/136 | 3 +- tests/qemu-iotests/137 | 6 ---- tests/qemu-iotests/138 | 6 ---- tests/qemu-iotests/139 | 6 ++-- tests/qemu-iotests/140 | 8 +---- tests/qemu-iotests/141 | 8 +---- tests/qemu-iotests/142 | 7 ----- tests/qemu-iotests/143 | 7 +---- tests/qemu-iotests/144 | 8 +---- tests/qemu-iotests/145 | 7 ----- tests/qemu-iotests/146 | 7 +---- tests/qemu-iotests/147 | 16 ++++------ tests/qemu-iotests/148 | 7 +++-- tests/qemu-iotests/150 | 6 ---- tests/qemu-iotests/152 | 9 ++---- tests/qemu-iotests/153 | 12 -------- tests/qemu-iotests/154 | 6 ---- tests/qemu-iotests/155 | 15 ++++------ tests/qemu-iotests/156 | 7 +---- tests/qemu-iotests/157 | 6 ---- tests/qemu-iotests/158 | 6 ---- tests/qemu-iotests/159 | 7 ----- tests/qemu-iotests/160 | 7 ----- tests/qemu-iotests/162 | 7 ----- tests/qemu-iotests/165 | 6 ++-- tests/qemu-iotests/170 | 7 ----- tests/qemu-iotests/171 | 6 ---- tests/qemu-iotests/172 | 8 ----- tests/qemu-iotests/173 | 8 +---- tests/qemu-iotests/174 | 6 ---- tests/qemu-iotests/175 | 6 ---- tests/qemu-iotests/176 | 7 ----- tests/qemu-iotests/177 | 6 ---- tests/qemu-iotests/178 | 7 ----- tests/qemu-iotests/179 | 7 ----- tests/qemu-iotests/181 | 8 +---- tests/qemu-iotests/182 | 6 ---- tests/qemu-iotests/183 | 9 +----- tests/qemu-iotests/185 | 9 +----- tests/qemu-iotests/186 | 6 ---- tests/qemu-iotests/187 | 8 ----- tests/qemu-iotests/188 | 6 ---- tests/qemu-iotests/189 | 6 ---- tests/qemu-iotests/190 | 7 ----- tests/qemu-iotests/192 | 6 ---- tests/qemu-iotests/check | 29 +++++++++++++++--- tests/qemu-iotests/common | 6 ++++ tests/qemu-iotests/iotests.py | 7 +++++ 174 files changed, 187 insertions(+), 1163 deletions(-)