Bug #41852 mysql-test-run: testing ndb fails
Submitted: 5 Jan 2009 1:23 Modified: 23 Dec 2009 16:16
Reporter: Meng Wang Email Updates:
Status: No Feedback Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:5.0.74 OS:Linux (Fedora 10)
Assigned to: CPU Architecture:Any
Tags: linux icc ndb

[5 Jan 2009 1:23] Meng Wang
Description:
i using icc 8.1 (gcc3.4) compiled, run testing get error:
mysql-test-run: *** ERROR: Failed to wait for start of ndb_mgmd
make: *** [test-ns] Error 1

make test
cd mysql-test ; \                      
            /usr/bin/perl ./mysql-test-run.pl  
Logging: ./mysql-test-run.pl                   
MySQL Version 5.0.74                           
Using ndbcluster when necessary, mysqld supports it
Skipping SSL, mysqld not compiled with SSL         
Using MTR_BUILD_THREAD      = 0                    
Using MASTER_MYPORT         = 9306                 
Using MASTER_MYPORT1        = 9307                 
Using SLAVE_MYPORT          = 9308                 
Using SLAVE_MYPORT1         = 9309                 
Using SLAVE_MYPORT2         = 9310                 
Using NDBCLUSTER_PORT       = 9311                 
Using IM_PORT               = 9313                 
Using IM_MYSQLD1_PORT       = 9314                 
Using IM_MYSQLD2_PORT       = 9315                 
Killing Possible Leftover Processes                
Removing Stale Files                               
Creating Directories                               
Installing Master Database                         
Installing Master Database                         
Installing Slave1 Database                         
Installing Master Cluster
mysql-test-run: *** ERROR: Failed to wait for start of ndb_mgmd
make: *** [test-ns] Error 1

How to repeat:
compile and testing with :

./configure     '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=MySQL Testing Server' '--with-server-suffix=icc' '--enable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--with-pic' '--with-fast-mutexes' '--with-client-ldflags=-static' '--with-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-raid' '--with-readline' '--with-partition' '--with-innodb' '--with-ndbcluster' '--without-archive-storage-engine' '--without-blackhole-storage-engine' '--without-csv-storage-engine' '--without-example-storage-engine' '--without-federated-storage-engine' '--with-extra-charsets=complex' CC="icc" CFLAGS="-O3 -axW -xK -static-libgcc -static-libcxa -i-static -unroll -ip -mp -gcc-name=gcc34 -restrict" CXX="icpc" CXXFLAGS="-O3 -axW -xK -static-libgcc -static-libcxa -i-static -unroll -ip -mp -gcc-name=gcc34 -restrict -fno-implicit-templates -fno-exceptions -fno-rtti" LD="xild" AR="xiar" && make &&make test
[23 Nov 2009 16:16] Valeriy Kravchuk
Thank you for the problem report. Please, check with a newer version, 5.0.88, and inform about the results.
[24 Dec 2009 0: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".