Bug #51813 rpl.rpl_show_slave_running fails in mysq-trunk-merge
Submitted: 7 Mar 2010 19:52 Modified: 16 Mar 2010 15:04
Reporter: Alexey Kopytov Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[7 Mar 2010 19:52] Alexey Kopytov
Description:
After the last merge from mysql-5.1-bugteam, the rpl.rpl_show_slave_running test fails in mysql-trunk-merge. The symptoms are different from those in bug#51648:

rpl.rpl_show_slave_running 'row'         [ fail ]
        Test ended at 2010-03-07 22:49:44

CURRENT_TEST: rpl.rpl_show_slave_running
--- /data/src/bzr/mysql-trunk-merge/mysql-test/suite/rpl/r/rpl_show_slave_running.result        2010-03-07 18:10:59.130925802 +0300
+++ /data/src/bzr/mysql-trunk-merge/mysql-test/suite/rpl/r/rpl_show_slave_running.reject        2010-03-07 22:49:43.886940330 +0300
@@ -20,7 +20,7 @@
 SHOW STATUS LIKE 'Slave_running';
 Variable_name  Value
 Slave_running  OFF
-Slave_IO_Running= No
+Slave_IO_Running= Connecting
 Slave_SQL_Running= No
 SELECT RELEASE_LOCK("debug_lock.before_get_running_status_yes");
 RELEASE_LOCK("debug_lock.before_get_running_status_yes")

mysqltest: Result content mismatch

 - saving '/data/src/bzr/mysql-trunk-merge/mysql-test/var/log/rpl.rpl_show_slave_running-row/' to '/data/src/bzr/mysql-trunk-merge/mysql-test/var/log/rpl.rpl_show_slave_running-row/'

Only  1  of 3 completed.
mysql-test-run: *** ERROR: Not all tests completed

How to repeat:
Run rpl.rpl_show_slave_running in mysql-trunk-merge or look at the the following push in PB2: http://pb2.norway.sun.com/web.py?template=push_details&push=1053946
[8 Mar 2010 14:03] MySQL Verification Team
Thank you for the bug report.

==============================================================================

TEST                                      RESULT   TIME (ms)
------------------------------------------------------------

worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
rpl.rpl_show_slave_running 'row'         [ fail ]
        Test ended at 2010-03-08 11:00:29

CURRENT_TEST: rpl.rpl_show_slave_running
[8 Mar 2010 17:26] Philip Stoev
Horst, can you please take a quick look at this?
[16 Mar 2010 15:04] Andrei Elkin
bug#51648 is the parent.