Utopic test failures due to addition of vivid series
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
Tim Penhey | ||
1.20 |
Fix Released
|
Critical
|
Anastasia |
Bug Description
The name for the next release of ubuntu has been announced, and added to utopic:
<http://
This is causing two test failures in the juju-core suite:
PANIC: local_test.go:335: localServerSuit
...
... Panic: osVersion reported an error: invalid series "vivid" (PC=0x414676)
/usr/lib/
in panic
/home/ubuntu/
in MustOSFromSeries
/home/ubuntu/
in ToolsMetadata.
/home/ubuntu/
in MergeMetadata
/home/ubuntu/
in MergeAndWriteMe
/home/ubuntu/
in UploadFakeTools
/home/ubuntu/
in AssertUploadFak
local_test.go:341
in localServerSuit
...
FAIL: supportedseries
supportedseries
c.Assert(
... obtained []string = []string{"precise", "quantal", "raring", "saucy", "trusty", "utopic", "vivid"}
... expected []string = []string{"precise", "quantal", "raring", "saucy", "trusty", "utopic"}
OOPS: 21 passed, 1 FAILED
<http://
Changed in juju-core: | |
importance: | High → Critical |
assignee: | nobody → Anastasia (anastasia-macmood) |
tags: | added: regression |
Changed in juju-core: | |
assignee: | Anastasia (anastasia-macmood) → Tim Penhey (thumper) |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
This kind of test failed last year too. My fix was to limit the array to the number of known items. New series can be added, beyond 6, but we will only check the first 6.