Bug #11488 possible port assignment problem in mysql-test-run.pl
Submitted: 21 Jun 2005 18:51 Modified: 21 Jun 2005 23:36
Reporter: Ingo Strüwing Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:Linux (Linux/x86)
Assigned to: Kent Boortz CPU Architecture:Any

[21 Jun 2005 18:51] Ingo Strüwing
Description:
Some replication tests hang with mysql-test-run.pl.

cd mysql-test && ./mysql-test-run.pl --master_port=59042 --slave_port=59046 --force --local rpl000001

hangs.
The same command but without '.pl' works.

How to repeat:
cd mysql-test && ./mysql-test-run.pl --master_port=59042 --slave_port=59046 --force --local rpl000001

Suggested fix:
Fix the port assignment for the replication tests.