Bug #97581 test-unit target provides no progress info and runs ctest single-threaded
Submitted: 11 Nov 2019 13:23 Modified: 12 Nov 2019 14:07
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.20 OS:Any
Assigned to: CPU Architecture:Any

[11 Nov 2019 13:23] Jon Olav Hauglid
Description:
The 'test-unit' target runs 'ctest' (i.e. all unit tests).
However ctest is run output --progress and --parallel so
no progress report is provided and the tests are run single threaded.

We should add both --progress and --parallel

How to repeat:
Build and do
make test-unit
[12 Nov 2019 14:07] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

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