commit:     8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b
Author:     Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
AuthorDate: Sun Aug  3 21:00:08 2014 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 21:00:08 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=8e3008eb

Missed test while merging.

Package-Manager: portage-2.2.10

---
 dev-db/mysql/ChangeLog           | 3 +++
 dev-db/mysql/mysql-5.6.20.ebuild | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 598c858..fe4986a 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Aug 2014; Robin H. Johnson <robb...@gentoo.org> mysql-5.6.20.ebuild:
+  Missed test while merging.
+
   29 Jul 2014; Robin H. Johnson <robb...@gentoo.org> mysql-4.0.27-r1.ebuild,
   mysql-4.1.22-r1.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.5.38-r1.ebuild:
   Sync ebuilds from tree.

diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
index edb543a..f94a606 100644
--- a/dev-db/mysql/mysql-5.6.20.ebuild
+++ b/dev-db/mysql/mysql-5.6.20.ebuild
@@ -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.1 
2014/08/02 00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 
2014/08/03 20:54:08 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

Reply via email to