Bug #91498 cmake -DMERGE_UNITTESTS=0 is broken
Submitted: 29 Jun 2018 11:48 Modified: 29 Jun 2018 16:56
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.13 OS:Any
Assigned to: CPU Architecture:Any

[29 Jun 2018 11:48] Tor Didriksen
Description:
The following tests FAILED:
         54 - alignment (Not Run)
         55 - bounds_checked_array (Not Run)
         56 - bitmap (Not Run)
         57 - byteorder (Not Run)
....

How to repeat:
CTestTestfile.cmake is generated from our .cmake files.
Test executables need to have full path.

Suggested fix:
Explicitly add execution path to all non-merged unit test executables.
[29 Jun 2018 16:56] Paul DuBois
Posted by developer:
 
Fixed in 8.0.13.

Work was done for test suite. No changelog entry needed.