GNU bug report logs - #51617
[PATCH] gnu: alot: Disable hanging test.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Fri, 5 Nov 2021 17:33: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#51617: closed ([PATCH] gnu: alot: Disable hanging test.)
Date: Sun, 14 Nov 2021 22:16:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 14 Nov 2021 23:15:01 +0100
with message-id <87mtm68jve.fsf <at> gnu.org>
and subject line Re: bug#51617: [PATCH] gnu: alot: Disable hanging test.
has caused the debbugs.gnu.org bug report #51617,
regarding [PATCH] gnu: alot: Disable hanging test.
to be marked as done.

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


-- 
51617: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51617
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: alot: Disable hanging test.
Date: Fri,  5 Nov 2021 18:31:56 +0100
* gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.
---
 gnu/packages/mail.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca748bff1b..87971bafc7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1272,6 +1272,10 @@ (define-public alot
           (substitute* "tests/commands/test_global.py"
             (("def test_no_spawn_no_stdin_attached")
              "def _test_no_spawn_no_stdin_attached"))
+          ;; FIXME: Investigate why this test hangs.
+          (substitute* "tests/db/test_manager.py"
+            (("def test_save_named_query")
+             "def _test_save_named_query"))
           #t)))))
     (native-inputs
      `(("procps" ,procps)
-- 
2.33.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 51617-done <at> debbugs.gnu.org
Subject: Re: bug#51617: [PATCH] gnu: alot: Disable hanging test.
Date: Sun, 14 Nov 2021 23:15:01 +0100
Hi,

Tanguy Le Carrour <tanguy <at> bioneland.org> skribis:

> * gnu/packages/mail.scm (alot) [#:phases]: Disable hanging test.

Applied, thanks!

Ludo’.


This bug report was last modified 3 years and 191 days ago.

Previous Next


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