From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glde7-0006zf-MH for guix-patches@gnu.org; Mon, 21 Jan 2019 12:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glde6-0002Ch-KO for guix-patches@gnu.org; Mon, 21 Jan 2019 12:46:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glde6-0002CQ-As for guix-patches@gnu.org; Mon, 21 Jan 2019 12:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1glde6-0003X5-38 for guix-patches@gnu.org; Mon, 21 Jan 2019 12:46:02 -0500 Subject: [bug#34159] [PATCH] Fix sporadic test failures in mariadb Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:39228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gld7I-0002Wr-Pg for guix-patches@gnu.org; Mon, 21 Jan 2019 12:12:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glcvQ-0001V7-GX for guix-patches@gnu.org; Mon, 21 Jan 2019 11:59:53 -0500 Received: from mail2.protonmail.ch ([185.70.40.22]:61134) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glcvQ-0001Sb-6t for guix-patches@gnu.org; Mon, 21 Jan 2019 11:59:52 -0500 Date: Mon, 21 Jan 2019 16:59:44 +0000 From: Carl Dong Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Carl Dong Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34159@debbugs.gnu.org >From 6963ef73ccfbbc2e22a2b90b567d65cf37a2be0a Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Mon, 21 Jan 2019 11:53:05 -0500 Subject: [PATCH] gnu: mariadb: Disable sporadically failing tests. * guix/packages/databases.scm: Disable sporadically failing tests. --- gnu/packages/databases.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 655e7c3a3..e08a179bf 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -582,6 +582,8 @@ Language.") "main.explain_non_select" "main.stat_tables_innodb" "roles.acl_statistics" + "main.mysqldump" + "innodb_fts.crash_recovery" ;; FIXME: This test fails on i686: ;; -myisampack: Can't create/write to file (Errcode:= 17 "File exists") -- 2.20.1