* [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
* bug#51376: [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets.
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 ` Efraim Flashner
2021-10-25 17:49 ` [bug#51376] " Thiago Jung Bauermann via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2021-10-25 11:12 UTC (permalink / raw)
To: Thiago Jung Bauermann; +Cc: 51376-done
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#51376] [PATCH core-updates-frozen] gnu: mariadb: Don’t run tests in parallel on ppc64le targets.
2021-10-25 11:12 ` bug#51376: " Efraim Flashner
@ 2021-10-25 17:49 ` Thiago Jung Bauermann via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2021-10-25 17:49 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 51376-done
Hello,
Em segunda-feira, 25 de outubro de 2021, às 08:12:43 -03, Efraim Flashner
escreveu:
> On Sun, Oct 24, 2021 at 12:00:30PM -0300, Thiago Jung Bauermann via Guix-
patches via wrote:
> > 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.
> >
> I ran into similar issues on some of my other machines too, I'll see if
> this helps with them too.
Good luck. :-)
> Patch pushed!
That was quick. Thank you very much!
--
Thanks,
Thiago
^ permalink raw reply [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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.