Bug #20755 /usr/src/mysql/mysql-test/var/run/master.pid was not created in 400 seconds
Submitted: 28 Jun 2006 14:38 Modified: 29 Jul 2006 11:32
Reporter: Ken Chan Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0.22 OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[28 Jun 2006 14:38] Ken Chan
Description:
Architecture:  powerpc 8560
gcc version: 3.4.4
Linux version: 2.4.26-1 Metrowerks

My root file system is on NFS.

My Configure options are:

./configure CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \
 -fno-exceptions -fno-rtti" \
 --prefix=/usr/local/mysql --enable-assembler \
 --with-mysqld-ldflags=-all-static --with-low-memory

I built mysql without problem.  Then I ran the mysql-test-run.sh and got the following error:

ctype_uca                      [ skipped ]
ctype_ucs                      [ skipped ]
ERROR: /usr/src/mysql/mysql-test/var/run/master.pid was not created in 400 seconds;  Aborting

Any idea?

Ken

How to repeat:
./configure CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \
 -fno-exceptions -fno-rtti" \
 --prefix=/usr/local/mysql --enable-assembler \
 --with-mysqld-ldflags=-all-static --with-low-memory

make

cd mysql-test

./mysql-test-run
[29 Jun 2006 11:32] Valeriy Kravchuk
Thank you for a problem report. If your /usr directory is not a separate filesystem (that it, NFS-mounted / is used), please, try to rebuild in another directoty, not under /usr, in local filesystem. Then run the same tests and inform about the results.
[29 Jun 2006 11:35] Valeriy Kravchuk
No need for rebuild. Just copy your build tree to a local directory...
[29 Jul 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[20 Oct 2006 14:03] Vasil Dimov
Ken,

probably you are experiencing the problem described in Bug#18743.

Look at the end of mysql-test/var/log/master.err and if you see something like:

Character set 'ucs2' is not a compiled character set and is not specified in the '.../sql/share/charsets/Index.xml' file

then try playing with the --with-extra-charsets configure option.

Good luck!