emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51376: closed ([PATCH core-updates-frozen] gnu: mariadb: Don’t run t


From: GNU bug Tracking System
Subject: bug#51376: closed ([PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets.)
Date: Mon, 25 Oct 2021 11:14:02 +0000

Your message dated Mon, 25 Oct 2021 14:12:43 +0300
with message-id <YXaRK8Pvxul90tA3@3900XT>
and subject line Re: [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: 
Don’t run tests in parallel on ppc64le targets.
has caused the debbugs.gnu.org bug report #51376,
regarding [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel 
on ppc64le targets.
to be marked as done.

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


-- 
51376: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51376
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets. Date: Sun, 24 Oct 2021 12:00:30 -0300
* gnu/packages/databases.scm (mariadb)[arguments]: Add ‘#:parallel-tests?’.
---

Hello,

This patch together with the glib one from https://issues.guix.gnu.org/51165
allows me to successfully run `guix pull` on powerpc64le-linux.

It doesn’t change the package derivation on non-ppc64le targets.

Thanks,
Thiago.

 gnu/packages/databases.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index daa47e7c59fb..74ad72a9b20a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -831,6 +831,10 @@ Language.")
                         "/share/mysql/support-files")
          "-DINSTALL_MYSQLSHAREDIR=share/mysql"
          "-DINSTALL_SHAREDIR=share")
+       ;; The testsuite has spurious failures (mostly timeouts) if run in
+       ;; parallel on Guix CI’s ppc64le VM. It appears that the I/O load is
+       ;; too high for it to handle.
+       #:parallel-tests? ,(not (target-ppc64le?))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'adjust-output-references



--- End Message ---
--- Begin Message --- Subject: Re: [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets. Date: Mon, 25 Oct 2021 14:12:43 +0300
On Sun, Oct 24, 2021 at 12:00:30PM -0300, Thiago Jung Bauermann via 
Guix-patches via wrote:
> * gnu/packages/databases.scm (mariadb)[arguments]: Add ‘#:parallel-tests?’.
> ---
> 
> Hello,
> 
> This patch together with the glib one from https://issues.guix.gnu.org/51165
> allows me to successfully run `guix pull` on powerpc64le-linux.
> 
> It doesn’t change the package derivation on non-ppc64le targets.
> 
> Thanks,
> Thiago.

I ran into similar issues on some of my other machines too, I'll see if
this helps with them too.

Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]