public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog
@ 2014-08-03 20:54 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2014-08-03 20:54 UTC (permalink / raw
  To: gentoo-commits

robbat2     14/08/03 20:54:08

  Modified:             mysql-5.6.20.ebuild ChangeLog
  Log:
  Update testcases.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.1&r2=1.2

Index: mysql-5.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-5.6.20.ebuild	2 Aug 2014 00:23:41 -0000	1.1
+++ mysql-5.6.20.ebuild	3 Aug 2014 20:54:08 -0000	1.2
@@ -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"
 
@@ -77,22 +77,30 @@ src_test() {
 		# main.mysqld--help-notwin, funcs_1.is_triggers funcs_1.is_tables_mysql,
 		# funcs_1.is_columns_mysql, binlog.binlog_mysqlbinlog_filter,
 		# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt,
-		# mysqld--help-notwin, funcs_1.is_triggers
+		# mysqld--help-notwin, funcs_1.is_triggers, funcs_1.is_tables_mysql, funcs_1.is_columns_mysql
+		# perfschema.binlog_edge_stmt, perfschema.binlog_edge_mix, binlog.binlog_mysqlbinlog_filter
 		# fails due to USE=-latin1 / utf8 default
 		#
 		# main.mysql_client_test:
 		# segfaults at random under Portage only, suspect resource limits.
 		#
-		# rpl.rpl_plugin_load
-		# fails due to included file not listed in expected result
-		# appears to be poor planning
-		for t in main.mysql_client_test \
-			binlog.binlog_statement_insert_delayed main.information_schema \
-			main.mysqld--help-notwinfuncs_1.is_triggers funcs_1.is_tables_mysql \
-			funcs_1.is_columns_mysql binlog.binlog_mysqlbinlog_filter \
-			perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
-			mysqld--help-notwin rpl.rpl_plugin_load \
-			funcs_1.is_triggers ; do
+		# main.mysql_tzinfo_to_sql_symlink
+		# fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive
+		#
+		for t in \
+			binlog.binlog_mysqlbinlog_filter \
+			binlog.binlog_statement_insert_delayed \
+			funcs_1.is_columns_mysql \
+			funcs_1.is_tables_mysql \
+			funcs_1.is_triggers \
+			main.information_schema \
+			main.mysqld--help-notwinfuncs_1.is_triggers \
+			main.mysql_client_test \
+			main.mysql_tzinfo_to_sql_symlink \
+			mysqld--help-notwin \
+			perfschema.binlog_edge_mix \
+			perfschema.binlog_edge_stmt \
+		; do
 				mysql-v2_disable_test  "$t" "False positives in Gentoo"
 		done
 



1.676                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.675&r2=1.676

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.675
retrieving revision 1.676
diff -p -w -b -B -u -u -r1.675 -r1.676
--- ChangeLog	2 Aug 2014 00:23:41 -0000	1.675
+++ ChangeLog	3 Aug 2014 20:54:08 -0000	1.676
@@ -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.675 2014/08/02 00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 20:54:08 robbat2 Exp $
+
+  03 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> mysql-5.6.20.ebuild:
+  Update testcases.
 
 *mysql-5.5.39 (02 Aug 2014)
 *mysql-5.6.20 (02 Aug 2014)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog
@ 2014-08-03 21:01 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2014-08-03 21:01 UTC (permalink / raw
  To: gentoo-commits

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 <robbat2@gentoo.org> mysql-5.6.20.ebuild:
+  Missed merging a test.
 
   03 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> mysql-5.6.20.ebuild:
   Update testcases.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-03 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-03 20:54 [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-03 21:01 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox