GNU bug report logs -
#34159
[PATCH] Fix sporadic test failures in mariadb
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34159 in the body.
You can then email your comments to 34159 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#34159
; Package
guix-patches
.
(Mon, 21 Jan 2019 17:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Carl Dong <accounts <at> carldong.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 21 Jan 2019 17:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 6963ef73ccfbbc2e22a2b90b567d65cf37a2be0a Mon Sep 17 00:00:00 2001
From: Carl Dong <accounts <at> carldong.me>
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#34159
; Package
guix-patches
.
(Tue, 22 Jan 2019 07:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 34159 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Carl Dong <accounts <at> carldong.me> writes:
> From 6963ef73ccfbbc2e22a2b90b567d65cf37a2be0a Mon Sep 17 00:00:00 2001
> From: Carl Dong <accounts <at> carldong.me>
> 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")
Hi Carl,
Thanks for looking at this.
I'd be interested to know what the sporadic test failures look like, do
you have a error message you could share?
Currently, there is a comment that sits just above the lines you've
added which says why roles.acl_statistics and 3 other tests are
disabled, so it would be good to confirm if the reason is the same, or a
new comment is needed.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Owner recorded as bavier <at> member.fsf.org.
Request was from
Eric Bavier <ericbavier <at> centurylink.net>
to
control <at> debbugs.gnu.org
.
(Tue, 22 Jan 2019 15:15:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org, bavier <at> member.fsf.org
:
bug#34159
; Package
guix-patches
.
(Tue, 22 Jan 2019 21:41:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 34159 <at> debbugs.gnu.org (full text, mbox):
Hello,
Christopher Baines <mail <at> cbaines.net> 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’.
Reply sent
to
Eric Bavier <ericbavier <at> centurylink.net>
:
You have taken responsibility.
(Wed, 23 Jan 2019 03:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Carl Dong <accounts <at> carldong.me>
:
bug acknowledged by developer.
(Wed, 23 Jan 2019 03:48:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 34159-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, 21 Jan 2019 16:59:44 +0000
Carl Dong <accounts <at> carldong.me> wrote:
> From 6963ef73ccfbbc2e22a2b90b567d65cf37a2be0a Mon Sep 17 00:00:00 2001
> From: Carl Dong <accounts <at> carldong.me>
> 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")
Pushed to the "staging" branch, due to the 488 dependents, in commit
38f77be464b0b6ca76105d5f0a1b5e55fd694036
BTW, the "main.mysqldump" was disabled recently on the core-updates
branch in commit cbd833750a57ae0596e80d06c74b02bccddf6197. The two can
trivially be merged later.
`~Eric
[Message part 2 (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 20 Feb 2019 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.