From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC8lY-0006Qd-N3 for qemu-devel@nongnu.org; Mon, 15 Oct 2018 15:43:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC8lY-0005bc-2J for qemu-devel@nongnu.org; Mon, 15 Oct 2018 15:43:00 -0400 Date: Mon, 15 Oct 2018 16:42:50 -0300 From: Eduardo Habkost Message-ID: <20181015194250.GY31060@habkost.net> References: <20181015141453.32632-1-mreitz@redhat.com> <20181015141453.32632-2-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181015141453.32632-2-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/9] iotests: Make nbd-fault-injector flush List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Kevin Wolf , Cleber Rosa On Mon, Oct 15, 2018 at 04:14:45PM +0200, Max Reitz wrote: > When closing a connection, make the nbd-fault-injector flush the socket. > Without this, the output is a bit unreliable with Python 3. > > Signed-off-by: Max Reitz Reviewed-by: Eduardo Habkost -- Eduardo