Bug #62623 5.5 "make test" only runs ctest unit tests not full suite like it did in 5.1
Submitted: 4 Oct 2011 19:38 Modified: 1 Nov 2011 14:24
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.5.15, 5.5.17 OS:Any
Assigned to: CPU Architecture:Any
Tags: regression

[4 Oct 2011 19:38] Hartmut Holzgraefe
Description:
The 5.5 Manual still says

"To run the test suite on your system after a build, type make test from the source root directory, or change location to the mysql-test directory and type ./mysql-test-run.pl."

( http://dev.mysql.com/doc/refman/5.5/en/mysql-test-suite.html )

In reality "make test" only runs the ctest unit tests (all 12 of them) and not the full mysql-test-run suite

How to repeat:
try "make test" on 5.5

to run the full test suite you need to do "cd mysql-test; ./mysql-test-run.pl ..." manually now ...

Suggested fix:
restore old behavior, or at least clarify in the manual
[5 Oct 2011 4:14] Valeriy Kravchuk
Thank you for the problem report. I've also noted this some time ago while checking another bug...
[1 Nov 2011 14:24] Paul DuBois
Changes to test suite. No changelog entry needed.