From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#35521: Mariadb test suite failures on x86_64-linux Date: Wed, 10 Jul 2019 19:30:36 +0200 Message-ID: <87wogpn6f7.fsf@devup.no> References: <87tveemt19.fsf@netris.org> <87tveemt19.fsf@netris.org> <87h8aemrow.fsf@netris.org> <87pnmil8dq.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51207) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlGR2-0001Al-Qs for bug-guix@gnu.org; Wed, 10 Jul 2019 13:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlGQw-0007pC-IK for bug-guix@gnu.org; Wed, 10 Jul 2019 13:31:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55976) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlGQo-0007j6-7Z for bug-guix@gnu.org; Wed, 10 Jul 2019 13:31:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hlGQo-0001f8-1p for bug-guix@gnu.org; Wed, 10 Jul 2019 13:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pnmil8dq.fsf_-_@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Chris Marusich , Mark H Weaver , Platoxia Cc: 35521@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Chris Marusich writes: > Hi, > > I've been encountering this failure off and on for a few weeks now, and > I'd like to help fix it. In short, it seems like non-deterministic test > failures, to me. I think we should gather data and report the issue > upstream, and maybe disable the offending tests in the meantime. I agree. I notice many of these failing tests are for the TokuDB backend, which I doubt anyone is using in Guix anyway. Here is a patch that disables all tests mentioned in this report. I would like to push it to core-updates. Are there others? --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=mariadb.diff Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 578670e3c1..778c70eed0 100644 =2D-- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -704,8 +704,12 @@ Language.") ;; 2030-12-31. See for= details. "main.mysqldump" =20 =2D ;; XXX: Fails sporadically. + ;; XXX: These tests may fail on some hardware config= urations, + ;; see et al. "innodb_fts.crash_recovery" + "tokudb_alter_table.hcad_all_add" + "tokudb_bugs.mdev4533" + "tokudb_bugs.5733_innodb" =20 ;; FIXME: This test fails on i686: ;; -myisampack: Can't create/write to file (Errcode:= 17 "File exists") --=-=-= Content-Type: text/plain WDYT? Note that the latest MariaDB is 10.4.x, and these tests may well be fixed in later versions. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0mILwACgkQoqBt8qM6 VPrruQgAzi4CtsfhJjbaGHZgq/1NtY5uzZVxzJS9yGIKeJ3/LOwI+XXOyh567e6e tJPO5B4I9ItZHeryWtREDIjHDeqwL64yhmnHMcWanoCGHrIptVtJMauxcCJkrqcF dr7wX3tJXbQD5HzydJKkmWS8dlOIPYhSTGP5ohZhMsB2qWdl3LwcHjNcqZohadBz awwoJzzDGqnCOjgj92efdFIR1FxgwdNEXavjoa2j7E1fV2t4hWzE3VhXAMu0OHAr 9zUjxm443ltY0D86v+e13rD55wv1tSuKmO6RzLecHn9+besRzMYVC54XtSSdcIjK JOlLlBW03XoksXd9AveBSTe726iH3w== =1IaP -----END PGP SIGNATURE----- --==-=-=--