apiserver tests fail on windows
Bug #1466011 reported by
Martin Packman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Roger Peppe | ||
juju-core |
Fix Released
|
Critical
|
Dave Cheney |
Bug Description
A number of tests in the apiserver package fail trying to connect over a websocket on ipv6:
<http://
[LOG] 0:00.568 INFO juju.api dialing "wss://
[LOG] 0:00.569 INFO juju.api error dialing "wss://
Almost certainly introduced by the switch to using *net.TCPAddr:
affects: | juju-ci-tools → juju-core |
Changed in juju-core: | |
milestone: | none → 1.25.0 |
Changed in juju-core: | |
status: | Triaged → In Progress |
assignee: | nobody → Dave Cheney (dave-cheney) |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
Changed in juju: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Menno Smits (menno.smits) |
milestone: | none → 2.0.0 |
Changed in juju: | |
status: | Confirmed → Triaged |
description: | updated |
Changed in juju: | |
assignee: | nobody → Roger Peppe (rogpeppe) |
status: | Triaged → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This has resurfaced on 2.0. It's likely the problem was introduced by 363ae822. It seems that net.Dial on Windows can't handle ":<port>" style addresses.
See: /github. com/golang/ go/issues/ 6290 /github. com/golang/ go/issues/ 15216
https:/
https:/