Bug #8583 ndb_...multi tests fail in 5.0.3
Submitted: 17 Feb 2005 17:38 Modified: 18 Feb 2005 10:36
Reporter: Tomas Ulin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.0.3 src OS:most
Assigned to: Kent Boortz CPU Architecture:Any

[17 Feb 2005 17:38] Tomas Ulin
Description:
13073: ndb_multi                      [ fail ]
13074: 
13075: Errors are (from /build/mysqldev/build/test/mysql-max-5.0.3-alpha-pc-linux-gnu-i686/mysql-test/var/log/mysqltest-time) :
13076: /build/mysqldev/build/test/mysql-max-5.0.3-alpha-pc-linux-gnu-i686/bin/mysqltest: Could not open connection 'server2': Can't connect to MySQL server on '127.0.0.1' (111)
13077: (the last lines may be the most important ones)

How to repeat:
13073: ndb_multi                      [ fail ]
13074: 
13075: Errors are (from /build/mysqldev/build/test/mysql-max-5.0.3-alpha-pc-linux-gnu-i686/mysql-test/var/log/mysqltest-time) :
13076: /build/mysqldev/build/test/mysql-max-5.0.3-alpha-pc-linux-gnu-i686/bin/mysqltest: Could not open connection 'server2': Can't connect to MySQL server on '127.0.0.1' (111)
13077: (the last lines may be the most important ones)
[18 Feb 2005 9:59] Magnus Blåudd
Problem was caused by using the variable MASTER_MYPORT1, which was not set to the port where the second MySQL Server was started.

I.e. when using the flag --master-port 3334(as done from build scripts)
[18 Feb 2005 10:36] Magnus Blåudd
Pushed to mysql-5.0