grknight 15/01/10 04:13:21 Modified: mysql-5.6.22.ebuild ChangeLog Log: Disable 2 tests for the deprecated mysqlhotcopy Bug 532288 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.2 dev-db/mysql/mysql-5.6.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.1&r2=1.2 Index: mysql-5.6.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mysql-5.6.22.ebuild 4 Dec 2014 01:27:44 -0000 1.1 +++ mysql-5.6.22.ebuild 10 Jan 2015 04:13:21 -0000 1.2 @@ -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 @@ # 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 @@ 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 1.711 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.711&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.711&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.710&r2=1.711 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.710 retrieving revision 1.711 diff -u -r1.710 -r1.711 --- ChangeLog 7 Jan 2015 14:00:55 -0000 1.710 +++ ChangeLog 10 Jan 2015 04:13:21 -0000 1.711 @@ -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 <grkni...@gentoo.org> mysql-5.6.22.ebuild: + Disable 2 tests for the deprecated mysqlhotcopy Bug 532288 07 Jan 2015; Brian Evans <grkni...@gentoo.org> -mysql-5.1.70.ebuild, -mysql-5.1.73-r1.ebuild, metadata.xml: