Bug #17091 can't specify IM port number to mysql-test-run.pl
Submitted: 3 Feb 2006 5:07 Modified: 30 Mar 2006 2:54
Reporter: Stewart Smith Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version: OS:
Assigned to: Kent Boortz CPU Architecture:Any

[3 Feb 2006 5:07] Stewart Smith
Description:
cannot specify port number for instance manager to mysql-test-run.pl

hence cannot be non-interfering on machines where others are running mysql-test-run.pl

How to repeat:
try two simultaneous mysql-test-run.pl runs with im.

Suggested fix:
--im1-port and --im2-port or something similar. or a --base-port where all other ports are incremented off that
[30 Mar 2006 2:55] Kent Boortz
There are the options --im-port, --im-mysqld1-port
and --im-mysqld2-port. You can also set the environment
variable MTR_BUILD_THREAD to an integer (a small one,
it is not the port number, but port numbers are
calculated from it).

This should be enough to control what port the instance
manager is using.