all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for libraft
@ 2023-04-15 13:54 Brian Cully via Guix-patches via
  2023-04-23 17:09 ` bug#62860: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-04-15 13:54 UTC (permalink / raw)
  To: 62860; +Cc: Brian Cully

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62860: [PATCH core-updates] gnu: cluster: Disable failing test for libraft
  2023-04-15 13:54 [bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for libraft Brian Cully via Guix-patches via
@ 2023-04-23 17:09 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-04-23 17:09 UTC (permalink / raw)
  To: Brian Cully; +Cc: 62860-done

Brian Cully <bjc@spork.org> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-23 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 13:54 [bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for libraft Brian Cully via Guix-patches via
2023-04-23 17:09 ` bug#62860: " Ludovic Courtès

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.