robbat2 14/08/03 21:01:05 Modified: mysql-5.6.20.ebuild ChangeLog Log: Missed merging a test. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 dev-db/mysql/mysql-5.6.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.2&r2=1.3 Index: mysql-5.6.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -p -w -b -B -u -u -r1.2 -r1.3 --- mysql-5.6.20.ebuild 3 Aug 2014 20:54:08 -0000 1.2 +++ mysql-5.6.20.ebuild 3 Aug 2014 21:01:05 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 2014/08/03 20:54:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.3 2014/08/03 21:01:05 robbat2 Exp $ EAPI="5" @@ -87,6 +87,9 @@ src_test() { # main.mysql_tzinfo_to_sql_symlink # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive # + # rpl.rpl_plugin_load + # fails due to included file not listed in expected result + # appears to be poor planning for t in \ binlog.binlog_mysqlbinlog_filter \ binlog.binlog_statement_insert_delayed \ @@ -94,12 +97,13 @@ src_test() { funcs_1.is_tables_mysql \ funcs_1.is_triggers \ main.information_schema \ - main.mysqld--help-notwinfuncs_1.is_triggers \ main.mysql_client_test \ + main.mysqld--help-notwinfuncs_1.is_triggers \ main.mysql_tzinfo_to_sql_symlink \ mysqld--help-notwin \ perfschema.binlog_edge_mix \ perfschema.binlog_edge_stmt \ + rpl.rpl_plugin_load \ ; do mysql-v2_disable_test "$t" "False positives in Gentoo" done 1.677 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.676&r2=1.677 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.676 retrieving revision 1.677 diff -p -w -b -B -u -u -r1.676 -r1.677 --- ChangeLog 3 Aug 2014 20:54:08 -0000 1.676 +++ ChangeLog 3 Aug 2014 21:01:05 -0000 1.677 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 20:54:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.677 2014/08/03 21:01:05 robbat2 Exp $ + + 03 Aug 2014; Robin H. Johnson <[email protected]> mysql-5.6.20.ebuild: + Missed merging a test. 03 Aug 2014; Robin H. Johnson <[email protected]> mysql-5.6.20.ebuild: Update testcases.
