diff options
author | Brian Evans <grknight@gentoo.org> | 2015-01-10 04:13:21 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-01-10 04:13:21 +0000 |
commit | a5d09d5a914f36846737897298fb7c5410a6204b (patch) | |
tree | 40b7c540da2e33cf880a325c1bb978f29f80048e /dev-db | |
parent | ksokoban is ported to KDE4 and back again! (diff) | |
download | gentoo-2-a5d09d5a914f36846737897298fb7c5410a6204b.tar.gz gentoo-2-a5d09d5a914f36846737897298fb7c5410a6204b.tar.bz2 gentoo-2-a5d09d5a914f36846737897298fb7c5410a6204b.zip |
Disable 2 tests for the deprecated mysqlhotcopy Bug 532288
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.22.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index e62fbcab3f6a..81ec9789bb73 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.710 2015/01/07 14:00:55 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.711 2015/01/10 04:13:21 grknight Exp $ + + 10 Jan 2015; Brian Evans <grknight@gentoo.org> mysql-5.6.22.ebuild: + Disable 2 tests for the deprecated mysqlhotcopy Bug 532288 07 Jan 2015; Brian Evans <grknight@gentoo.org> -mysql-5.1.70.ebuild, -mysql-5.1.73-r1.ebuild, metadata.xml: diff --git a/dev-db/mysql/mysql-5.6.22.ebuild b/dev-db/mysql/mysql-5.6.22.ebuild index 515f0c1125a4..3d19f719a2e1 100644 --- a/dev-db/mysql/mysql-5.6.22.ebuild +++ b/dev-db/mysql/mysql-5.6.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.1 2014/12/04 01:27:44 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.2 2015/01/10 04:13:21 grknight Exp $ EAPI="5" @@ -90,6 +90,11 @@ multilib_src_test() { # rpl.rpl_plugin_load # fails due to included file not listed in expected result # appears to be poor planning + # + # main.mysqlhotcopy_archive main.mysqlhotcopy_myisam + # fails due to bad cleanup of previous tests when run in parallel + # The tool is deprecated anyway + # Bug 532288 for t in \ binlog.binlog_mysqlbinlog_filter \ binlog.binlog_statement_insert_delayed \ @@ -102,6 +107,7 @@ multilib_src_test() { perfschema.binlog_edge_mix \ perfschema.binlog_edge_stmt \ rpl.rpl_plugin_load \ + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \ ; do mysql-multilib_disable_test "$t" "False positives in Gentoo" done |