[MDEV-10751] fix ipv6 detection test in MTR (aka make travis work) Created: 2016-09-06 Updated: 2016-10-04 Resolved: 2016-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2.1 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Description |
|
based on a number of variants in https://travis-ci.org/grooverdan/mariadb-server/builds (10.2-travis_no_ipv6 branch) the current ipv6 detection isn't returning false on travis where there is no IPv6. Here we do a bind (to the MTR baseport) rather than a connect to test. This seems to work correctly. |