[Pkg-mysql-commits] r2058 - in mysql-5.5/branches/experimental/debian: . patches

Nicholas Bamber periapt at alioth.debian.org
Wed Mar 28 10:58:33 UTC 2012


Author: periapt
Date: 2012-03-28 10:58:32 +0000 (Wed, 28 Mar 2012)
New Revision: 2058

Added:
   mysql-5.5/branches/experimental/debian/patches/73_mysqlcheck_tests.patch
Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/patches/series
Log:
Refreshed patches - and added a new patch to disable a further flurry
of failing tests

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2012-03-21 19:36:41 UTC (rev 2057)
+++ mysql-5.5/branches/experimental/debian/changelog	2012-03-28 10:58:32 UTC (rev 2058)
@@ -45,7 +45,8 @@
   * Added patch to provide cmake options for GNU/Hurd (Closes: #651002)
     and tweaked debian/rules so that only 'make test' is run on Hurd.
   * Tweaked debian/rules to make build logs verbose (Closes: #651003)
-  * Refreshed patches
+  * Refreshed patches - and added a new patch to disable a further flurry
+    of failing tests
   * Switched on native AIO in linux builds (Closes: #659565)
 
  -- Clint Byrum <clint at ubuntu.com>  Tue, 14 Feb 2012 11:48:47 -0800

Added: mysql-5.5/branches/experimental/debian/patches/73_mysqlcheck_tests.patch
===================================================================
--- mysql-5.5/branches/experimental/debian/patches/73_mysqlcheck_tests.patch	                        (rev 0)
+++ mysql-5.5/branches/experimental/debian/patches/73_mysqlcheck_tests.patch	2012-03-28 10:58:32 UTC (rev 2058)
@@ -0,0 +1,42 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Bug: http://bugs.mysql.com/bug.php?id=64773
+Date: 2012-03-27
+Subject: Large number of bugs that suddenly started to fail.
+ Have not been able to isolate the exact trigger.
+ However several involve mysqlcheck failing to execute
+ and that at least might be easy to investigate further.
+ mysql-test-run of course starts the database, and forks off mysql_upgrade.
+ The latter forks off mysqlcheck.
+ Some of the other tests might be easily patchable by updating
+ the expected test results - run ./mysql-test-run --record <test name>
+ and copy the results file into the source mysql-test directory.
+--- a/mysql-test/t/disabled.def
++++ b/mysql-test/t/disabled.def
+@@ -17,3 +17,12 @@
+ mysql_embedded           : Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836
+ partition_rename_longfilename : Fails when building with sbuild and schroots
+ file_contents            : Fails without bzr revision id
++plugin_auth              : Bug#64773 2012-03-27 Debian local
++ssl_8k_key               : Bug#64773 2012-03-27 Debian local
++log_tables_upgrade       : Bug#64773 2012-03-27 Debian local
++mysql_upgrade            : Bug#64773 2012-03-27 Debian local
++mysql_upgrade_ssl        : Bug#64773 2012-03-27 Debian local
++mysqladmin               : Bug#64773 2012-03-27 Debian local
++ssl_compress             : Bug#64773 2012-03-27 Debian local
++ssl                      : Bug#64773 2012-03-27 Debian local
++openssl_1                : Bug#64773 2012-03-27 Debian local
+--- a/mysql-test/suite/perfschema/t/disabled.def
++++ b/mysql-test/suite/perfschema/t/disabled.def
+@@ -9,4 +9,4 @@
+ #  Do not use any TAB characters for whitespace.
+ #
+ ##############################################################################
+-
++pfs_upgrade: BUG#64773
+--- a/mysql-test/suite/rpl/t/disabled.def
++++ b/mysql-test/suite/rpl/t/disabled.def
+@@ -16,3 +16,4 @@
+ rpl_row_until : BUG#59543 Jan 26 2011 alfranio Replication test from eits suite rpl_row_until times out
+ rpl_stm_until : BUG#59543 Jan 26 2011 alfranio Replication test from eits suite rpl_row_until times out
+ rpl_heartbeat_basic : Fails intermittently on AMD64 buildds http://pad.lv/894146
++rpl_mysql_upgrade: Fails on Debian #64773

Modified: mysql-5.5/branches/experimental/debian/patches/series
===================================================================
--- mysql-5.5/branches/experimental/debian/patches/series	2012-03-21 19:36:41 UTC (rev 2057)
+++ mysql-5.5/branches/experimental/debian/patches/series	2012-03-28 10:58:32 UTC (rev 2058)
@@ -5,3 +5,4 @@
 70_mysql_va_list.patch
 71_disable_rpl_tests.patch
 72_fix_standalone_tests.patch
+73_mysqlcheck_tests.patch




More information about the Pkg-mysql-commits mailing list