Bug #42858 rpl.rpl_log_pos fails, thus was disabled
Submitted: 14 Feb 2009 11:20 Modified: 26 Mar 2009 15:24
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Replication Severity:S3 (Non-critical)
Version:6.0-TRUNK OS:Any
Assigned to: li zhou CPU Architecture:Any
Tags: disabled, pushbuild, test failure

[14 Feb 2009 11:20] Alexander Nozdrin
Description:
After discussion with Andrei, I got an impression,
that rpl_log_pos can be enabled. However, it still
fails with the following symptoms:
------------------------------------------------------------------------
@@ -48,6 +48,8 @@
 Last_IO_Error	#
 Last_SQL_Errno	0
 Last_SQL_Error	
+Replicate_Ignore_Server_Ids	
+Master_Server_Id	1
 start slave;
 include/stop_slave.inc
 SHOW SLAVE STATUS;
@@ -89,6 +91,8 @@
 Last_IO_Error	#
 Last_SQL_Errno	0
 Last_SQL_Error	
+Replicate_Ignore_Server_Ids	
+Master_Server_Id	1
 show master status;
 File	Position	Binlog_Do_DB	Binlog_Ignore_DB
 master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
------------------------------------------------------------------------

The failure is regular and happens on every platform.

How to repeat:
http://tinyurl.com/awkhwt
[14 Feb 2009 11:23] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/66329

2726 Alexander Nozdrin	2009-02-14
      Disable rpl_log_pos due to Bug#42858.
      modified:
        mysql-test/suite/rpl/t/disabled.def

=== modified file 'mysql-test/suite/rpl/t/disabled.def'
--- a/mysql-test/suite/rpl/t/disabled.def	2009-02-13 16:18:07 +0000
+++ b/mysql-test/suite/rpl/t/disabled.def	2009-02-14 11:23:14 +0000
@@ -15,4 +15,5 @@ rpl_extraColmaster_myisam  : BUG#41097 2
 rpl_row_until              : BUG#41423 2008-12-12 sven rpl_row_until needs maintenance
 rpl_binlog_corruption      : BUG#41793 2008-12-30 sven rpl_binlog_corruption disabled in main (needs new mtr)
 rpl_extraCol_falcon        : Bug#40930 2008-11-21 johnemb rpl.rpl_extraCol_falcon fails doing STOP SLAVE (on Windows PB2)
-rpl_cross_version	   : Bug #42311 2009-01-23 aelkin
+rpl_cross_version	   : Bug#42311 2009-01-23 aelkin
+rpl_log_pos                : Bug#42858 2009-02-14 alik rpl.rpl_log_pos fails, thus was disabled

-- 
MySQL Code Commits Mailing List
For list archives: http://lists.mysql.com/commits
To unsubscribe:    http://lists.mysql.com/commits?unsub=commits@bugs.mysql.com
[16 Feb 2009 18:08] Bugs System
Pushed into 6.0.10-alpha (revid:alik@sun.com-20090216180446-dl1xovi02kbd2fgn) (version source revid:sergefp@mysql.com-20090216083955-st77hpz1lz3o2wli) (merge vers: 6.0.10-alpha) (pib:6)
[13 Mar 2009 9:23] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/69111

3115 Leonard Zhou	2009-03-10
      BUG#42858 rpl.rpl_log_pos fails, thus was disabled
      
      The test result of rpl_log_pos is wrong.
      
      Correct test result.
[18 Mar 2009 3:03] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/69519

2827 Leonard Zhou	2009-03-18
      BUG#42858 rpl.rpl_log_pos fails, thus was disabled.
            
      The test result of rpl_log_pos is wrong.
            
      Correct test result.
[19 Mar 2009 3:16] li zhou
pushed into 6.0-rpl tree
[24 Mar 2009 17:20] Bugs System
Pushed into 6.0.11-alpha (revid:alik@sun.com-20090324171507-s5aac9guj21l0jz6) (version source revid:zhou.li@sun.com-20090318025446-ysre3sk7muxhw8y2) (merge vers: 6.0.11-alpha) (pib:6)
[26 Mar 2009 15:24] Jon Stephens
Change in tests only; no end-user changes to document.

Closed without taking further action.