From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35521: Mariadb test suite failures on x86_64-linux Date: Sat, 13 Jul 2019 13:29:32 -0400 Message-ID: <87d0id4zcz.fsf@netris.org> References: <87tveemt19.fsf@netris.org> <87tveemt19.fsf@netris.org> <87h8aemrow.fsf@netris.org> <87pnmil8dq.fsf_-_@gmail.com> <87wogpn6f7.fsf@devup.no> <87ef2xlgmb.fsf@netris.org> <87ims8mds7.fsf@devup.no> <878st3mh93.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39104) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmLrT-0007Hw-9N for bug-guix@gnu.org; Sat, 13 Jul 2019 13:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmLrS-0008Nu-4M for bug-guix@gnu.org; Sat, 13 Jul 2019 13:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34481) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmLrR-0008Ne-S7 for bug-guix@gnu.org; Sat, 13 Jul 2019 13:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmLrR-0005Yj-Lx for bug-guix@gnu.org; Sat, 13 Jul 2019 13:31:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878st3mh93.fsf@devup.no> 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: Marius Bakke Cc: Platoxia , 35521@debbugs.gnu.org Hi Marius, > Update: Berlin built mariadb twice on core-updates with this patch: > > --8<---------------cut here---------------start------------->8--- > diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm > index 6bfeaad9a2..64bc0938b6 100644 > --- a/gnu/packages/databases.scm > +++ b/gnu/packages/databases.scm > @@ -753,7 +753,7 @@ Language.") > (with-directory-excursion "mysql-test" > (invoke "./mtr" "--verbose" > "--retry=3" > - "--testcase-timeout=40" > + "--testcase-timeout=80" > "--suite-timeout=600" > "--parallel" (number->string (parallel-job-count)) > "--skip-test-list=unstable-tests")) > --8<---------------cut here---------------end--------------->8--- > > Mark, Chris: Can you try this change with MariaDB 10.1.40 and see if it > works for you? I tried it, but it made no difference on my Thinkpad X200, which still fails the same way as before with 10.1.38: Failing test(s): tokudb_bugs.mdev4533 Anyway, based on Giovanni's observations, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35521#32 I'm now inclined to agree that these are likely to be flaky tests, so I withdraw my objections to disabling them, in this specific case. Having said that, I disagree with Giovanni's dismissal of my concerns in general, here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35521#29 I will respond to that dismissal in a later message. Thanks, Mark