Bug #48135 Test rpl.rpl_get_master_version_and_clock 'row' failed on Windows
Submitted: 18 Oct 2009 21:48 Modified: 26 Nov 2009 22:16
Reporter: Miguel Solorzano Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:mysql-next-mr OS:Linux (64-bit Ubuntu)
Assigned to: Daogang Qu CPU Architecture:Any

[18 Oct 2009 21:48] Miguel Solorzano
Description:
The test failed with the below error message:

rpl.rpl_get_master_version_and_clock 'row' [ fail ]  Found warnings/errors in server log file!
        Test ended at 2009-10-18 19:10:23
mysqltest: Logging to ''.
mysqltest: Results saved in ''.
mysqltest: Connecting to server localhost:13001 (socket /home/miguel/dbs/5.5/mysql-test/var/tmp/mysqld.2.sock) as 'root', connection 'default', attempt 0 ...
mysqltest: ... Connected.
mysqltest: Start processing test commands from './include/check-warnings.test' ...
file_name       line
/home/miguel/dbs/5.5/mysql-test/var/log/mysqld.2.err    091019  0:10:16 [Warning] Slave I/O: Get master clock failed with error: Can't connect to MySQL server on '127.0.0.1' (111), Error_code: 2003
/home/miguel/dbs/5.5/mysql-test/var/log/mysqld.2.err    091019  0:10:21 [Warning] Slave I/O: Get master SERVER_ID failed with error: Can't connect to MySQL server on '127.0.0.1' (111), Error_code: 2003
^ Found warnings!!
mysqltest: ... Done processing test commands.
mysqltest: Test has succeeded!
ok

 - saving '/home/miguel/dbs/5.5/mysql-test/var/log/rpl.rpl_get_master_version_and_clock-row/' to '/home/miguel/dbs/5.5/mysql-test/var/log/rpl.rpl_get_master_version_and_clock-row/'

Only  1083  of 1428 completed.
mysql-test-run: *** ERROR: Not all tests completed
miguel@laras:~/dbs/5.5/mysql-test$

How to repeat:
Run:

miguel@laras:~/dbs/5.5/mysql-test$ perl ./mysql-test-run.pl

Suggested fix:
-
[20 Oct 2009 15:34] Luis Soares
See also (seem related): BUG#46828, BUG#47743, BUG#47983.
[26 Nov 2009 22:16] MySQL Verification Team
I couldn't repeat anymore with today source tree.