unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets.
@ 2021-10-24 15:00 Thiago Jung Bauermann via Guix-patches via
  2021-10-25 11:12 ` bug#51376: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2021-10-24 15:00 UTC (permalink / raw)
  To: 51376; +Cc: Thiago Jung Bauermann

* 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-25 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24 15:00 [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets Thiago Jung Bauermann via Guix-patches via
2021-10-25 11:12 ` bug#51376: " Efraim Flashner
2021-10-25 17:49   ` [bug#51376] " Thiago Jung Bauermann via Guix-patches via

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).