unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Thiago Jung Bauermann via Guix-patches via <guix-patches@gnu.org>
To: 51376@debbugs.gnu.org
Cc: Thiago Jung Bauermann <bauermann@kolabnow.com>
Subject: [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets.
Date: Sun, 24 Oct 2021 12:00:30 -0300	[thread overview]
Message-ID: <20211024150030.110739-1-bauermann@kolabnow.com> (raw)

* 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




             reply	other threads:[~2021-10-24 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 15:00 Thiago Jung Bauermann via Guix-patches via [this message]
2021-10-25 11:12 ` bug#51376: [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets Efraim Flashner
2021-10-25 17:49   ` [bug#51376] " Thiago Jung Bauermann via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211024150030.110739-1-bauermann@kolabnow.com \
    --to=guix-patches@gnu.org \
    --cc=51376@debbugs.gnu.org \
    --cc=bauermann@kolabnow.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).