Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Fri, 26 Oct 2018 21:10:46
Message-Id: 1540588232.6bbe00572dc99d5bbf563da2b8090c83a24a6aea.whissi@gentoo
1 commit: 6bbe00572dc99d5bbf563da2b8090c83a24a6aea
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 26 21:10:02 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 21:10:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbe0057
7
8 dev-db/mysql: disable unstable test main.xa_prepared_binlog_off
9
10 Bug: https://bugs.mysql.com/bug.php?id=83340
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-db/mysql/mysql-5.7.23-r2.ebuild | 6 ++++++
15 dev-db/mysql/mysql-5.7.24.ebuild | 6 ++++++
16 2 files changed, 12 insertions(+)
17
18 diff --git a/dev-db/mysql/mysql-5.7.23-r2.ebuild b/dev-db/mysql/mysql-5.7.23-r2.ebuild
19 index 24448702305..22c2f756ecc 100644
20 --- a/dev-db/mysql/mysql-5.7.23-r2.ebuild
21 +++ b/dev-db/mysql/mysql-5.7.23-r2.ebuild
22 @@ -542,6 +542,12 @@ src_test() {
23 _disable_test "$t" "False positives in Gentoo"
24 done
25
26 + # Unstable tests
27 + # - main.xa_prepared_binlog_off: https://bugs.mysql.com/bug.php?id=83340
28 + for t in main.xa_prepared_binlog_off ; do
29 + _disable_test "$t" "Unstable test"
30 + done
31 +
32 if use numa && use kernel_linux ; then
33 # bug 584880
34 if ! linux_config_exists || ! linux_chkconfig_present NUMA ; then
35
36 diff --git a/dev-db/mysql/mysql-5.7.24.ebuild b/dev-db/mysql/mysql-5.7.24.ebuild
37 index 4482c8365ed..18f5cd12d4a 100644
38 --- a/dev-db/mysql/mysql-5.7.24.ebuild
39 +++ b/dev-db/mysql/mysql-5.7.24.ebuild
40 @@ -542,6 +542,12 @@ src_test() {
41 _disable_test "$t" "False positives in Gentoo"
42 done
43
44 + # Unstable tests
45 + # - main.xa_prepared_binlog_off: https://bugs.mysql.com/bug.php?id=83340
46 + for t in main.xa_prepared_binlog_off ; do
47 + _disable_test "$t" "Unstable test"
48 + done
49 +
50 if use numa && use kernel_linux ; then
51 # bug 584880
52 if ! linux_config_exists || ! linux_chkconfig_present NUMA ; then