unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 69175@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>
Subject: [bug#69175] [PATCH] gnu: mariadb: Disable slow query test on aarch64-linux.
Date: Sun, 18 Feb 2024 18:53:23 +0100	[thread overview]
Message-ID: <6f053c5c37cb4bf350438cab5b7c9683c1b873f2.1708278381.git.roman@burningswell.com> (raw)

* gnu/packages/databases.scm (mariadb): Disable slow query test on aarch64-linux.

Change-Id: Iacaf80fed6a859d6ed3d107a663254ba3d50f1bf
---
 gnu/packages/databases.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5169795404..dcba464714 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1096,6 +1096,11 @@ (define-public mariadb
                       ;; <https://jira.mariadb.org/browse/MDEV-24458>
                       ,@(if (string-prefix? "i686" (%current-system))
                             '("main.myisampack")
+                            '())
+
+                      ;; This test fails on aarch64-linux (Apple M1).
+                      ,@(if (string-prefix? "aarch64-linux" (%current-system))
+                            '("main.analyze_stmt_slow_query_log")
                             '())))
 
                    ;; This file contains a list of known-flaky tests for this

base-commit: 3cf199dbcf85a44fa8370e786e568fc3feb7067c
prerequisite-patch-id: 0250f6d992ee74e81797cb1266771a825226fa0b
prerequisite-patch-id: e03a4f63a64eda0c1f229e0b92d130a9beadefa5
prerequisite-patch-id: 09e6b4e8c70f5eb7996f78194c59245f38d3241b
prerequisite-patch-id: a12882ccf5bbef1edbd1110f128cd107f84a1377
prerequisite-patch-id: 2c83a46f3bcf9d3e153e2543fe9a57e5f33af286
prerequisite-patch-id: 3c1ca4618ff254748694208007768994f8f3f180
prerequisite-patch-id: a73addaa13a85a92272dd21e0edae93f60f7b55c
-- 
2.41.0





                 reply	other threads:[~2024-02-18 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=6f053c5c37cb4bf350438cab5b7c9683c1b873f2.1708278381.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=69175@debbugs.gnu.org \
    /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).