List:Commits« Previous MessageNext Message »
From:Patrick Crews Date:June 12 2009 1:40pm
Subject:bzr commit into mysql-5.1-bugteam branch (patrick.crews:2936) Bug#44920
View as plain text  
#At file:///Users/pcrews/usr/local/bin/data1/work/init_connect/mysql-5.1-bugteam/ based on revid:davi.arnaut@stripped

 2936 Patrick Crews	2009-06-12
      Bug#44920: MTR2 is not processing master.opt input properly on Windows
      
      Re-enabled tests main.init_connect and rpl.rpl_init_slave.test for non-Windows
      platforms.
      
      Please remove this code upon fixing the bug.

    modified:
      mysql-test/suite/rpl/t/disabled.def
      mysql-test/suite/rpl/t/rpl_init_slave.test
      mysql-test/t/disabled.def
      mysql-test/t/init_connect.test
=== modified file 'mysql-test/suite/rpl/t/disabled.def'
--- a/mysql-test/suite/rpl/t/disabled.def	2009-05-18 16:53:06 +0000
+++ b/mysql-test/suite/rpl/t/disabled.def	2009-06-12 13:40:02 +0000
@@ -11,4 +11,3 @@
 ##############################################################################
 
 rpl_cross_version      : Bug#42311 2009-03-27 joro rpl_cross_version fails on macosx
-rpl_init_slave         : Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows

=== modified file 'mysql-test/suite/rpl/t/rpl_init_slave.test'
--- a/mysql-test/suite/rpl/t/rpl_init_slave.test	2008-07-10 16:09:39 +0000
+++ b/mysql-test/suite/rpl/t/rpl_init_slave.test	2009-06-12 13:40:02 +0000
@@ -1,3 +1,9 @@
+if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win32", "Win64", "Windows")`)
+{
+--skip Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows
+}
+
+
 source include/master-slave.inc;
 
 #

=== modified file 'mysql-test/t/disabled.def'
--- a/mysql-test/t/disabled.def	2009-05-18 16:53:06 +0000
+++ b/mysql-test/t/disabled.def	2009-06-12 13:40:02 +0000
@@ -12,4 +12,3 @@
 kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
 innodb_bug39438          : Bug#42383 2009-01-28 lsoares "This fails in embedded and on windows.  Note that this test is not run on windows and on embedded in PB for main trees currently"
 query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
-init_connect             : Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows

=== modified file 'mysql-test/t/init_connect.test'
--- a/mysql-test/t/init_connect.test	2009-03-06 14:56:17 +0000
+++ b/mysql-test/t/init_connect.test	2009-06-12 13:40:02 +0000
@@ -2,6 +2,11 @@
 # Test of init_connect variable
 #
 
+if(`SELECT CONVERT(@@version_compile_os using latin1) IN ("Win32", "Win64", "Windows")`)
+{
+--skip Bug#44920 2009-05-18 pcrews MTR2 is not processing master.opt input properly on Windows
+}
+
 # should work with embedded server after mysqltest is fixed
 --source include/not_embedded.inc
 


Attachment: [text/bzr-bundle] bzr/patrick.crews@sun.com-20090612134002-9pboqbugyvjslc49.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (patrick.crews:2936) Bug#44920Patrick Crews12 Jun