From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK3WV-00017x-C6 for guix-patches@gnu.org; Tue, 06 Nov 2018 10:44:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK3WT-00080U-Em for guix-patches@gnu.org; Tue, 06 Nov 2018 10:44:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33225) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK3WM-0007wk-D4 for guix-patches@gnu.org; Tue, 06 Nov 2018 10:44:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gK3WM-0003bK-60 for guix-patches@gnu.org; Tue, 06 Nov 2018 10:44:02 -0500 Subject: [bug#33186] [PATCH 7/7] gnu: python-3.6: Disable congestion test. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028124043.21773-2-m.othacehe@gmail.com> <20181028124043.21773-8-m.othacehe@gmail.com> Date: Tue, 06 Nov 2018 16:43:16 +0100 In-Reply-To: <20181028124043.21773-8-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sun, 28 Oct 2018 21:40:43 +0900") Message-ID: <87lg66w6sr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: boskovits@gmail.com, 33186@debbugs.gnu.org Mathieu Othacehe skribis: > The socket congestion test is known to hang or fail randomly. It is disab= led > on python 3.6 branch upstream. > > * gnu/packages/patches/python-disable-congestion-test.patch: New file. > * gnu/packages/python.scm (python-3.6)[patches]: Add the previous patch. > * gnu/local.mk (dist_patch_DATA): Add it. Does this have anything to do with https://issues.guix.info/issue/33248 and https://issues.guix.info/issue/33213 and related issues? If so please add a =E2=80=9CFixes=E2=80=9D tag and close all these bugs. := -) Now, in which branch should it go? Would be nice in =E2=80=98core-updates= =E2=80=99, but it would again delay merging that branch. What do people think? Marius? G=C3=A1bor? Ludo=E2=80=99.