Bug #97270 Simplify linking of "large" unit tests
Submitted: 17 Oct 2019 10:56 Modified: 17 Oct 2019 14:33
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.19 OS:Any
Assigned to: CPU Architecture:Any

[17 Oct 2019 10:56] Tor Didriksen
Description:
"large" unit tests, which need to be linked with the entire server, currently link with:
  perfschema
  sql_main
  ${ICU_LIBRARIES}

Simplify this by adding a new server_unittest_library which has the necessary dependencies.

How to repeat:
Read the code.

Suggested fix:
See description.
[17 Oct 2019 14:33] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

Work was done for test suite. No changelog entry required.
[18 Oct 2019 13:11] Paul DuBois
Posted by developer:
 
Fixed in 8.0.19.