Bug #91316 Invalid IP address rejected with "Bind on TCP/IP port: Unknown error" on windows
Submitted: 19 Jun 2018 12:54 Modified: 25 Oct 2018 8:21
Reporter: Horst Hunger Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any

[19 Jun 2018 12:54] Horst Hunger
Description:
The test "multiaddress_bind_not win.test" tries to connect with an invalid IP address (128.0.0.1) in PB2. On all platforms except windows it is rejected with "Bind on TCP/IP port: Cannot assign requested address".
On windows it is also rejected, but with "Bind on TCP/IP port: Unknown error". 

That's why the test actually is executed on non-windows platforms. After having it fixed the test must pass on windows, too.

How to repeat:
./mtr multiaddress_bind_not win

(after wl#11652 will be pushed).

Suggested fix:
Same error message like on non-windows platforms.
[8 Nov 2018 14:00] Paul DuBois
Fixed in 8.0.13.