StatusHistorySuite.TestPruneStatusHistory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Critical
|
Eric Snow | ||
juju-core |
Fix Released
|
Critical
|
Ian Booth | ||
1.25 |
Fix Released
|
Critical
|
Ian Booth |
Bug Description
As seen in
http://
Seveal tests related to history fail on windows with go 1.6
Many status tests fail on windows like this:
status_
c.Check(
... obtained map[string]
... expected map[string]
... mismatch at ["$foo"]: unequal; obtained 5; expected 8
The affected tests are
StatusHisto
UnitStatusS
UnitStatusS
StatusUnitA
StatusUnitA
Changed in juju-core: | |
assignee: | nobody → Eric Snow (ericsnowcurrently) |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta7 → none |
milestone: | none → 2.0-beta7 |
Changed in juju-core: | |
assignee: | nobody → Ian Booth (wallyworld) |
importance: | Undecided → Critical |
status: | New → Fix Released |
This is basically the same issue as lp:1576704 and will require the same fix.