Description:
mysql-test-run will loop waiting for master.pid1 if --with-ndbcluster
Hello
If I run tests with ndbcluster (just by calling ./mysql-test-run) the script will loop forever (400 seconds) waiting for master.pid1.
If I skip the cluster, the tests run perfectly.
I experience it both in 4.1 and 5.0 and spend half an hour trying to debug already, but with no luck.
I can't tell you how to repeat it (just compile the tree and run the test), but I can provide you with a login to my box (thanks to Kent who taught me how).
--
Konstantin Osipov, Software Developer
MySQL AB, www.mysql.com
I ran into this a week or two ago, and it seems that it was a mysqld process that was sticking around. Have you done a ps -e before running the test to make sure no other process is running?
Jonathan Miller
Austin, Texas USA
QA Developer
MySQL AB www.mysql.com
Why should I? I always have mysqld running, why must it interfere with the test suite?
Team: I've just verified, Jonathan is correct.
So it's a bug, please fix.
Jonathan: thank you for helping me out.
--
Konstantin Osipov, Software Developer
MySQL AB, www.mysql.com
How to repeat:
Follow instruction above.