Bug #86372 main.mysql_not_windows test fails on Ubuntu 17.10
Submitted: 18 May 2017 13:40 Modified: 23 May 2017 13:28
Reporter: Lars Tangvald Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[18 May 2017 13:40] Lars Tangvald
Description:
The test tries to set the limit on open files to 1000000, expecting it to fail, but in Ubuntu 17.10 (at least currently), the hard limit is set to 1048576, so the change is accepted. While Ubuntu 17.10 is still is development so it's not 100% sure this behavior will remain, the proposed change (bump the value further up) is not risky.

How to repeat:
Run main.mysql_not_windows test on Ubuntu 17.10

Suggested fix:
Increase value in test and result files (e.g. to 10 million)
[23 May 2017 13:28] Paul DuBois
Posted by developer:
 
Fixed in 5.7.19, 8.0.2.

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