From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm3n5-00008U-9y for guix-patches@gnu.org; Tue, 22 Jan 2019 16:41:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gm3n4-0007oW-Ld for guix-patches@gnu.org; Tue, 22 Jan 2019 16:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gm3n4-0007oS-IZ for guix-patches@gnu.org; Tue, 22 Jan 2019 16:41:02 -0500 Subject: [bug#34159] [PATCH] Fix sporadic test failures in mariadb Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87fttli29s.fsf@cbaines.net> Date: Tue, 22 Jan 2019 22:40:16 +0100 In-Reply-To: <87fttli29s.fsf@cbaines.net> (Christopher Baines's message of "Tue, 22 Jan 2019 07:23:43 +0000") Message-ID: <87sgxkjrr3.fsf@gnu.org> 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: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: Carl Dong , 34159@debbugs.gnu.org Hello, Christopher Baines skribis: > I'd be interested to know what the sporadic test failures look like, do > you have a error message you could share? On the build farm, mariadb tests would sometimes fail in obscure ways because they had not enough space (and they need a whole lot of disk space!). Could that be related? Anyway, thanks for investigating, Carl! Ludo=E2=80=99.