juju/service: test fixture panics if SetUpSuite fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Tim Penhey |
Bug Description
FAIL: upgradecharm_
upgradecharm_
s.RepoSuite
/home/dfc/
c.Assert(err, jc.ErrorIsNil)
... value *net.OpError = &net.OpError{
-------
PANIC: upgradecharm_
... Panic: runtime error: invalid memory address or nil pointer dereference (PC=0x45E29E)
/home/dfc/
in call32
/home/dfc/
in gopanic
/home/dfc/
in panicmem
/home/dfc/
in sigpanic
/home/dfc/
in Session.Close
/home/dfc/
in MgoSuite.
/home/dfc/
in JujuConnSuite.
/home/dfc/
in RepoSuite.
upgradecharm_
in UpgradeCharmErr
/home/dfc/
in call32
/home/dfc/
in Value.Call
/home/dfc/
in goexit
-------
PANIC: upgradecharm_
... Panic: Fixture has panicked (see related PANIC)
OOPS: 145 passed, 1 FAILED, 1 FIXTURE-PANICKED, 4 MISSED
--- FAIL: TestPackage (72.31s)
FAIL
FAIL github.
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: 2.0-count |
affects: | juju-core → juju |
Changed in juju: | |
status: | Triaged → In Progress |
assignee: | nobody → Tim Penhey (thumper) |
milestone: | none → 2.0-beta18 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |