Hmm.  I did the ./mysql-test-run script (/usr/local/mysql-test/) and I 
got the following results:

> Starting Tests
>
>  TEST                         USER   SYSTEM  ELAPSED        RESULT
> ------------------------------------------------------------------------
> alias                         0.02     0.01     0.26       [ pass ]
> alter_table                   0.03     0.02     0.39       [ pass ]
> analyse                       0.04     0.00     0.20       [ pass ]
> auto_increment                0.02     0.04     0.34       [ pass ]
> backup                        0.03     0.03     0.30       [ pass ]
> bdb-crash                     0.02     0.02     0.08       [ pass ]
> bdb                           ....     ....     ....       [ fail ]
>
> /usr/local/bin/mysqltest: Can't get stat of 'r/have_bdb.require' 
> (Errcode: 2) real         0.09 user         0.04 sys          0.02
> Aborting. To continue, re-run with '--force'.
>
> Ending Tests
> Shutting-down MySQL daemon
>
> Warning;  Aborted waiting on pid file: '/usr/local/mysql-
> test/var/run/mysqld.pid' after 10 seconds
> Master shutdown finished
> Warning;  Aborted waiting on pid file: '/usr/local/mysql-
> test/var/run/mysqld-slave.pid' after 10 seconds
> Slave shutdown finished

Course I could only get that to work after moving mysqld from 
/usr/local/libexec/  to  /usr/local/bin/   because mysql-test-run would 
fail saying it couldn't find mysqld (looking in ../bin).


It looks like it will not actually shutdown mysqld -- which is a problem 
I have in general.. mysqladmin -u root shutdown will just hang.

Looks like there is a file lock problem on the .pid file ???

I get lots of errors on the tests as well.  host_bdb.required (and 
several others) missing.

make test fails -- probably because the file it is looking for is 
mysql-test-run but the file in the directory it goes to look 
(<srcdir>/mysql-test/) contains mysql-test-run.sh  (different file name, 
same file).

so there are problems here and I'm afraid I don't know enough to either 
fix them or help you further.

Anyone out there have more info, thoughts?

peace,
Tyler

On Tuesday, April 17, 2001, at 05:59 PM, Eric Peden wrote:

> I find myself unable to successfully complete a 'make test' on Mac OS X 
> 10.0.1 with MySQL 3.23.36. The build goes successfully, but one of the 
> tests freezes up completely. After letting the test run for a good 12 
> hours (not a typo), no progress was made. I can find no errors in the 
> system.log that would suggest a problem; things just freeze up. Any 
> suggestions on getting more information on the error to help fix the 
> problem? A snipped copy of where the tests freeze up is included below.
>
> --- snip ---
> replace                       0.02     0.04     0.26       [ pass ]
> rollback                      0.04     0.04     0.25       [ pass ]
> rpl000001                     0.04     0.02     0.61       [ pass ]
> --- snip ---
>
> And nothing else is output after that test. Suggestions are appreciated.
>
> --eric
> --
> ---------------------------------------------------------------------
> Before posting, please check:
>   http://www.mysql.com/manual.php   (the manual)
>   http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <mysql-unsubscribe-
> [EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to