From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcxYP-0003A4-1a for qemu-devel@nongnu.org; Thu, 25 Aug 2016 12:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcxYN-0003Oy-4o for qemu-devel@nongnu.org; Thu, 25 Aug 2016 12:30:56 -0400 From: Max Reitz Date: Thu, 25 Aug 2016 12:30:42 -0400 Message-Id: <1472142645-7370-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH v3 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. v3: [Sascha] - Added patches 1 and 2 - Dropped the raciness from patch 3 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 | 15 ++++++++++++++- tests/qemu-iotests/162 | 22 ++++++++++++++++------ tests/qemu-iotests/162.out | 2 +- 3 files changed, 31 insertions(+), 8 deletions(-) -- 2.5.5