all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brian Cully via Guix-patches via <guix-patches@gnu.org>
To: 62860@debbugs.gnu.org
Cc: Brian Cully <bjc@spork.org>
Subject: [bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for libraft
Date: Sat, 15 Apr 2023 09:54:27 -0400	[thread overview]
Message-ID: <924235d98cf1d4d7378db06f5bc89cf0fdb07ba2.1681566847.git.bjc@spork.org> (raw)

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





             reply	other threads:[~2023-04-15 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 13:54 Brian Cully via Guix-patches via [this message]
2023-04-23 17:09 ` bug#62860: [PATCH core-updates] gnu: cluster: Disable failing test for libraft Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=924235d98cf1d4d7378db06f5bc89cf0fdb07ba2.1681566847.git.bjc@spork.org \
    --to=guix-patches@gnu.org \
    --cc=62860@debbugs.gnu.org \
    --cc=bjc@spork.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.