From unknown Sun Jun 22 20:55:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62860 <62860@debbugs.gnu.org> To: bug#62860 <62860@debbugs.gnu.org> Subject: Status: [PATCH core-updates] gnu: cluster: Disable failing test for libraft Reply-To: bug#62860 <62860@debbugs.gnu.org> Date: Mon, 23 Jun 2025 03:55:51 +0000 retitle 62860 [PATCH core-updates] gnu: cluster: Disable failing test for l= ibraft reassign 62860 guix-patches submitter 62860 Brian Cully severity 62860 normal tag 62860 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 15 09:55:03 2023 Received: (at submit) by debbugs.gnu.org; 15 Apr 2023 13:55:03 +0000 Received: from localhost ([127.0.0.1]:48575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pngMp-000151-Ao for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:55:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:37038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pngMn-00014A-GZ for submit@debbugs.gnu.org; Sat, 15 Apr 2023 09:55:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pngMm-0000bT-SN for guix-patches@gnu.org; Sat, 15 Apr 2023 09:55:00 -0400 Received: from coleridge.kublai.com ([166.84.7.167] helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pngMl-000495-F2 for guix-patches@gnu.org; Sat, 15 Apr 2023 09:55:00 -0400 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id C86378888; Sat, 15 Apr 2023 09:54:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1681566868; bh=8u4HOHI/QauvqEVCeel7NvwZEcyE3MSa5RW9JwTYTh8=; h=From:To:Cc:Subject:Date; b=Hd117ucLx+CFbkZ0aGXHP+GyTsKK+SRxqSRGUICd0p2xH83guoUEjHNHcRGB32MF7 aBljzqReOPSxiq/zYoXWttpv12cP46Z4QItKHsZPOs3nfqXXhmM/pVID64BlASVnjm crMekg/QdIp+04v06S5l8lWNyS/WFUAbGJs9Wb18= From: Brian Cully To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: cluster: Disable failing test for libraft Date: Sat, 15 Apr 2023 09:54:27 -0400 Message-Id: <924235d98cf1d4d7378db06f5bc89cf0fdb07ba2.1681566847.git.bjc@spork.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Brian Cully X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This test requires network connectivity. * gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c --- gnu/packages/cluster.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm index 6e4055736a..6d10d73859 100644 --- a/gnu/packages/cluster.scm +++ b/gnu/packages/cluster.scm @@ -215,7 +215,8 @@ (define-public libraft (add-after 'unpack 'disable-failing-tests (lambda _ (substitute* "Makefile.am" - ((".*test_uv_append.c.*") "")) + ((".*test_uv_append.c.*") "") + ((".*test_uv_tcp_connect.c.*") "")) #t))))) (inputs (list libuv lz4)) base-commit: 7ccf9943029747d4ba97160214f895b365511278 prerequisite-patch-id: 3a0a1be9df9a40370ebadd64ad6163c1a4f2bc4d prerequisite-patch-id: 04bc0329678ccd5fe51be207d86dc8a4ce969c8b -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 23 13:09:26 2023 Received: (at 62860-done) by debbugs.gnu.org; 23 Apr 2023 17:09:26 +0000 Received: from localhost ([127.0.0.1]:46887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqdDK-0000kk-7z for submit@debbugs.gnu.org; Sun, 23 Apr 2023 13:09:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pqdDI-0000kO-10 for 62860-done@debbugs.gnu.org; Sun, 23 Apr 2023 13:09:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqdDC-0003Fz-Cx; Sun, 23 Apr 2023 13:09:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=QlExw64/HMMtrAEIbz9/ttE3k8pTb6oqpAn9daywZaM=; b=A+q2yrPUJUuOiH8quZ1O GTOlseytTlM1u8gTpkBq8GLJFTj0Y7xkrJpWUusv1MmMriOAsitdCW0j+9kJCudGUs0xfL2lQmHAW tchfUS4EwN9YRek2C8CTJ1YhYNPiSpwrvcGdTkx/TLJWKibY1AsQoKTlxHl+NsuZCwhFI26LNksZ6 twWXQPhLB3l6mEbbE94t6zdipNl+Mi10Cx32Vjd2psr8obzAaaBD+NMVhP+FfZtKP0CxLVP7mU7Mm 2Ra8HthhX3r82Bd+lb0xJjpzCljRy7ETToKaF9viEpGL6t/CoPvPcF45zBCTUPOHGYJF+x3TRW7om tvgp8YebwW2pQw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqdDB-0003Ji-Pq; Sun, 23 Apr 2023 13:09:17 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brian Cully Subject: Re: bug#62860: [PATCH core-updates] gnu: cluster: Disable failing test for libraft References: <924235d98cf1d4d7378db06f5bc89cf0fdb07ba2.1681566847.git.bjc@spork.org> Date: Sun, 23 Apr 2023 19:09:15 +0200 In-Reply-To: <924235d98cf1d4d7378db06f5bc89cf0fdb07ba2.1681566847.git.bjc@spork.org> (Brian Cully's message of "Sat, 15 Apr 2023 09:54:27 -0400") Message-ID: <87cz3uh6f8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62860-done Cc: 62860-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Brian Cully skribis: > This test requires network connectivity. > > * gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c Applied, thanks! From unknown Sun Jun 22 20:55:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 22 May 2023 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator