GNU bug report logs -
#62860
[PATCH core-updates] gnu: cluster: Disable failing test for libraft
Previous Next
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
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
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.