Bug #97037 main.multiaddress_bind fails on machines without IPv6
Submitted: 26 Sep 2019 13:04 Modified: 30 Sep 2019 15:42
Reporter: Bernt Marius Johnsen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Connection Handling Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[26 Sep 2019 13:04] Bernt Marius Johnsen
Description:
main.multiaddress_bind fails on machines without IPv6. 
The reason is that the test has --bind-address=127.0.0.1,::1 in the master.opt file, 
so it will fail to start the server, and the test never get to the skip in include/check_ipv6.inc

How to repeat:
Run the test on a machine without ipv6

Suggested fix:
Start the server with normal options, and then restart the server with --bind-address=127.0.0.1,::1 inside the test, after the call to include/check_ipv6.inc
[30 Sep 2019 15:42] Paul DuBois
Posted by developer:
 
Fixed in 8.0.19.

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