commit:     6bbe00572dc99d5bbf563da2b8090c83a24a6aea
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 21:10:02 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 21:10:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbe0057

dev-db/mysql: disable unstable test main.xa_prepared_binlog_off

Bug: https://bugs.mysql.com/bug.php?id=83340
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-db/mysql/mysql-5.7.23-r2.ebuild | 6 ++++++
 dev-db/mysql/mysql-5.7.24.ebuild    | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/dev-db/mysql/mysql-5.7.23-r2.ebuild 
b/dev-db/mysql/mysql-5.7.23-r2.ebuild
index 24448702305..22c2f756ecc 100644
--- a/dev-db/mysql/mysql-5.7.23-r2.ebuild
+++ b/dev-db/mysql/mysql-5.7.23-r2.ebuild
@@ -542,6 +542,12 @@ src_test() {
                        _disable_test "$t" "False positives in Gentoo"
        done
 
+       # Unstable tests
+       # - main.xa_prepared_binlog_off: https://bugs.mysql.com/bug.php?id=83340
+       for t in main.xa_prepared_binlog_off ; do
+                       _disable_test "$t" "Unstable test"
+       done
+
        if use numa && use kernel_linux ; then
                # bug 584880
                if ! linux_config_exists || ! linux_chkconfig_present NUMA ; 
then

diff --git a/dev-db/mysql/mysql-5.7.24.ebuild b/dev-db/mysql/mysql-5.7.24.ebuild
index 4482c8365ed..18f5cd12d4a 100644
--- a/dev-db/mysql/mysql-5.7.24.ebuild
+++ b/dev-db/mysql/mysql-5.7.24.ebuild
@@ -542,6 +542,12 @@ src_test() {
                        _disable_test "$t" "False positives in Gentoo"
        done
 
+       # Unstable tests
+       # - main.xa_prepared_binlog_off: https://bugs.mysql.com/bug.php?id=83340
+       for t in main.xa_prepared_binlog_off ; do
+                       _disable_test "$t" "Unstable test"
+       done
+
        if use numa && use kernel_linux ; then
                # bug 584880
                if ! linux_config_exists || ! linux_chkconfig_present NUMA ; 
then

Reply via email to