From: Michael Dykman Date: July 14 2004 8:50pm Subject: Re: mysqltest no longer works... List-Archive: http://lists.mysql.com/cluster/142 Message-Id: <40F59C83.6000004@dykman.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have noticed this in mysql-4.1.4-beta-nightly-20040713.tar.gz. Every test I ran fell over with the same 'it has probably crashed' surmise, with or without ndbcluster. Not so with mysql-4.1.4-beta-nightly-20040709.tar.gz which, although I have to ignore some odd tests (3 due to ucs2 and 'key', don't know why) i pass 241 of them. - michael dykman - michael@stripped Joseph E. Sacco, Ph.D. wrote: > mysqltest, built from the the current BitKeeper tree, no longer works. I > noticed this started some time in the beginning of July. Am I missing > something??? > > > -Joseph > > > ============== sample output from make test ============================ > > make test > cd mysql-test ; ./mysql-test-run > Installing Test Databases > Removing Stale Files > Installing Master Databases > running ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables > --basedir=. --datadir=./var/master-data --skip-innodb --skip-ndbcluster > --skip-bdb --language=../sql/share/english/ > --character-sets-dir=../sql/share/charsets/ > Installing Slave Databases > running ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables > --basedir=. --datadir=./var/slave-data --skip-innodb --skip-ndbcluster > --skip-bdb --language=../sql/share/english/ > --character-sets-dir=../sql/share/charsets/ > Manager disabled, skipping manager start. > Loading Standard Test Databases > Starting Tests > > TEST RESULT > ------------------------------------------ > alias [ fail ] > > Errors are (from > /usr/local/src/MySQL/Cluster/mysql-4.1/mysql-test/var/log/mysqltest-time) : > mysqltest returned unexpected code 139, it has probably crashed > (the last lines may be the most important ones) > > Aborting: alias failed. To continue, re-run with '--force'. > > Ending Tests > Shutting-down MySQL daemon > > Master shutdown finished > Slave shutdown finished > make: *** [test] Error 1 > > ============================================================================ >