GNU bug report logs - #46371
[PATCH] gnu: lz4: Disable parallel testing.

Previous Next

Package: guix-patches;

Reported by: Léo Le Bouter <lle-bout <at> zaclys.net>

Date: Sun, 7 Feb 2021 19:49:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

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: 宋文武 <iyzsong <at> outlook.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46371: closed ([PATCH] gnu: lz4: Disable parallel testing.)
Date: Thu, 11 Feb 2021 09:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 11 Feb 2021 17:31:04 +0800
with message-id <OSZP286MB0664277909F346503C94E753A38C9 <at> OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: [bug#46371] [PATCH] gnu: lz4: Disable parallel testing.
has caused the debbugs.gnu.org bug report #46371,
regarding [PATCH] gnu: lz4: Disable parallel testing.
to be marked as done.

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


-- 
46371: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46371
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Léo Le Bouter <lle-bout <at> zaclys.net>
To: guix-patches <at> gnu.org
Cc: Léo Le Bouter <lle-bout <at> zaclys.net>
Subject: [PATCH] gnu: lz4: Disable parallel testing.
Date: Sun,  7 Feb 2021 20:48:04 +0100
* gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?"
keyword argument to "#f".
---
 gnu/packages/compression.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 8e7a2afc09..c502b37b9f 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -809,7 +809,10 @@ decompression of some loosely related file formats used by Microsoft.")
        ("python" ,python)
        ("valgrind" ,valgrind)))
     (arguments
-     `(#:test-target "test"
+     `(;; Not designed for parallel testing.
+       ;; See https://github.com/lz4/lz4/issues/957#issuecomment-737419821
+       #:parallel-tests? #f
+       #:test-target "test"
        #:make-flags (list (string-append "CC=" ,(cc-for-target))
                           (string-append "prefix=" (assoc-ref %outputs "out")))
        #:phases
-- 
2.30.0



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> outlook.com>
To: Léo Le Bouter <lle-bout <at> zaclys.net>
Cc: 46371-done <at> debbugs.gnu.org
Subject: Re: [bug#46371] [PATCH] gnu: lz4: Disable parallel testing.
Date: Thu, 11 Feb 2021 17:31:04 +0800
Léo Le Bouter <lle-bout <at> zaclys.net> writes:

> * gnu/packages/compression.scm (lz4)[arguments]: Set "#:parallel-tests?"
> keyword argument to "#f".

Pushed, thank you!


This bug report was last modified 4 years and 161 days ago.

Previous Next


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