Hello,

This is my first post on this list, so forgive me, please, if this is the 
wrong forum for this question.

While trying to build RPMs for 5.0.9-beta, I have run into this error:

+ make test
cd mysql-test; \
./mysql-test-run && ./mysql-test-run --ps-protocol
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                          [ pass ]
alter_table                    [ pass ]
analyse                        [ pass ]
analyze                        [ pass ]
ansi                           [ pass ]
archive                        [ skipped ]
auto_increment                 [ pass ]
backup                         [ pass ]
[SNIP]
mysql                          [ pass ]
mysql_client_test              [ fail ]

Errors are 
(from 
/home/lamontp/rpmbuild/BUILD/mysql-5.0.9-beta/mysql-test/var/log/mysqltest-time)
 :
mysql_client_test.c:3811: check failed: 'rc == 0'
/home/lamontp/rpmbuild/BUILD/mysql-5.0.9-beta/client/.libs/mysqltest: At line 
10: command "$MYSQL_CLIENT_TEST" failed
(the last lines may be the most important ones)

Aborting: mysql_client_test failed in default mode. To continue, re-run with 
'--force'.
----
Examining the code for the test file (mysql_client_test.c) the test looks 
good.  Also, the test database table being used in this particular test looks 
alright to me, too.

There are other tests that were "skipped".  If that might be relevent, I could 
post the full output from the tests (~100).

This kind of failure (this test in particular) *feels* odd to me.  As I have 
not been into the code of MySQL 5 since the 5.0.0 days (even then, I only 
scratched the surface), I thought I should ask.

TIA
-- 
Lamont R. Peterson <[EMAIL PROTECTED]>
Founder [http://blog.openbrainstem.net/peregrine/]
OpenBrainstem - Intelligent Open Source Software Engineering

P.S.  The website is not up yet, but I'm working on it :).

Attachment: pgpJl5YCKRpOp.pgp
Description: PGP signature

Reply via email to