Details
Description
Today I ran the full test suite which happens to have some errors, and I noticed that the output says, "If you want to report this error, please read first the documentation at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html" which probably should have been changed a long time ago.
To see the message in context, here is the final screen of the tests:
parts.partition_basic_symlink_myisam w11 [ pass ] 76670
|
--------------------------------------------------------------------------
|
The servers were restarted 2198 times
|
Spent 68709.412 of 6766 seconds executing testcases
|
|
Check of testcase failed for: unit.conc_ps_bugs unit.conc_connection
|
|
Completed: Failed 4/6769 tests, 99.94% were successful.
|
|
Failing test(s): spider.partition_mrr spider/bugfix.mdev_28856 innodb.undo_leak_fail atomic.alter_table
|
|
The log files in var/log may give you some hint of what went wrong.
|
|
If you want to report this error, please read first the documentation
|
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
|
|
Errors/warnings were found in logfiles during server shutdown after running the
|
following sequence(s) of tests:
|
spider/bugfix.mdev_26345 spider/bugfix.mdev_26151 spider/bugfix.mdev_28218 spider/bugfix.mdev_26541 spider/bugfix.mdev_27902 spider/bugfix.mdev_28856 spider/bugfix.mdev_28683 spider/bugfix.mdev_22979
|
innodb.undo_leak_fail
|
atomic.alter_table
|
273 tests were skipped, 164 by the test itself.
|
|
mysql-test-run: *** ERROR: there were failing test cases
|
|
real 112m46.495s
|
user 1142m41.895s
|
sys 313m20.580s
|
Also, it's noteworthy that the suggested link is a 404, Page Not Found.