Bug #86608 main.mysqlpump_basic fails on Ubuntu 16.04
Submitted: 7 Jun 2017 10:22 Modified: 30 Oct 2018 13:51
Reporter: Lars Tangvald Email Updates:
Status: Closed Impact on me:
None 
Category:Tests Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[7 Jun 2017 10:22] Lars Tangvald
Description:
The test will try to use zlib_decompress, which is not built in native packaging because native zlib libraries are linked (WITH_ZLIB=system).
If that is not found, it will run Ā«openssl zlibĀ», but openssl is not built with zlib support in Ubuntu 16.04 and newer, so the command and the test fails.

How to repeat:
Build with WITH_ZLIB=system on Ubuntu 16.04 and run main.mysqlpump_basic test
[30 Oct 2018 13:51] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

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