GNU bug report logs - #62860
[PATCH core-updates] gnu: cluster: Disable failing test for libraft

Previous Next

Package: guix-patches;

Reported by: Brian Cully <bjc <at> spork.org>

Date: Sat, 15 Apr 2023 13:56:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62860: closed ([PATCH core-updates] gnu: cluster: Disable
 failing test for libraft)
Date: Sun, 23 Apr 2023 17:10:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Apr 2023 19:09:15 +0200
with message-id <87cz3uh6f8.fsf <at> gnu.org>
and subject line Re: bug#62860: [PATCH core-updates] gnu: cluster: Disable failing test for libraft
has caused the debbugs.gnu.org bug report #62860,
regarding [PATCH core-updates] gnu: cluster: Disable failing test for libraft
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62860: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62860
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brian Cully <bjc <at> spork.org>
To: guix-patches <at> gnu.org
Cc: Brian Cully <bjc <at> spork.org>
Subject: [PATCH core-updates] gnu: cluster: Disable failing test for libraft
Date: Sat, 15 Apr 2023 09:54:27 -0400
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Brian Cully <bjc <at> spork.org>
Cc: 62860-done <at> debbugs.gnu.org
Subject: Re: bug#62860: [PATCH core-updates] gnu: cluster: Disable failing
 test for libraft
Date: Sun, 23 Apr 2023 19:09:15 +0200
Brian Cully <bjc <at> spork.org> skribis:

> This test requires network connectivity.
>
>  * gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c

Applied, thanks!


This bug report was last modified 2 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.