From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpLkn-00068I-24 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 16:46:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpLkl-00033S-8X for qemu-devel@nongnu.org; Wed, 28 Sep 2016 16:46:56 -0400 From: Max Reitz Date: Wed, 28 Sep 2016 22:46:41 +0200 Message-Id: <20160928204644.11523-1-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/3] iotests: Fix test 162 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , Kevin Wolf , Stefan Hajnoczi , Sascha Silbe 162 is potentially racy and makes some invalid assumptions about what should happen when connecting to a non-existing domain name. This series fixes both issues. v4: - Added documentation for the new --fork option [Kevin] git-backport-diff against v3: 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/3:[0004] [FC] 'qemu-nbd: Add --fork option' 002/3:[----] [--] 'iotests: Remove raciness from 162' 003/3:[----] [--] 'iotests: Do not rely on unavailable domains in 162' Max Reitz (3): qemu-nbd: Add --fork option iotests: Remove raciness from 162 iotests: Do not rely on unavailable domains in 162 qemu-nbd.c | 17 ++++++++++++++++- qemu-nbd.texi | 2 ++ tests/qemu-iotests/162 | 22 ++++++++++++++++------ tests/qemu-iotests/162.out | 2 +- 4 files changed, 35 insertions(+), 8 deletions(-) -- 2.10.0