Hello!

Peregrine wrote:
[[...]]

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

[[...]]
Starting Tests

TEST                            RESULT
-------------------------------------------------------
alias                          [ pass ]

Well, if you got this far, your build process has succeeded, and your binaries are working. Fine!

Which platform are you using, or which specific features are you combining, so that you build by yourself?

[[...]]
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.

Yes, both look good probably.
You just ran into one reason why version 5.0 is still in "beta" state.
It is a known bug, MySQL development is working on this.

I propose to run "make test-force", so that this failing test does not prevent the subsequent tests from being taken.


There are other tests that were "skipped".  [[...]]

Not needed. Typically, tests are skipped if they are declared to test a component which is not included in the binary being tested. (Example: NDB is only included in "max" builds, so for "standard" all "ndb_*" tests are skipped.)


HTH,
Jörg

--
Joerg Bruehe, Senior Production Engineer
MySQL AB, www.mysql.com


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to