TestLoginsDuringUpgrade Connection is shutdown

Bug #1619744 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
Medium
Menno Finlay-Smits

Bug Description

as seen in
     http://reports.vapour.ws/releases/issue/56742f06749a565a80d6e464

TestLoginsDuringUpgrade is failing again (see bug 1545040)

upgrade_test.go:144:
    // All logins are allowed after upgrade
    s.checkLoginToAPIAsUser(c, machine0Conf, FullAPIExposed)
upgrade_test.go:344:
    c.Assert(err, jc.ErrorIsNil)
... value *errors.Err = &errors.Err{message:"", cause:(*errors.Err)(0xc820199bd0), previous:(*errors.Err)(0xc82085ea00), file:"github.com/juju/juju/api/apiclient.go", line:616} ("connection is shut down")
... error stack:

Changed in juju:
assignee: nobody → Menno Smits (menno.smits)
milestone: none → 2.0.0
Changed in juju:
milestone: 2.0.0 → 2.0.1
Changed in juju:
status: Triaged → In Progress
Revision history for this message
Menno Finlay-Smits (menno.smits) wrote :

When this fails it's because the apiserver is in the process of restarting (due to a mongodb issue by the looks). The API call to FullStatus which is always expected to work then fails aborting the retry loop early.

Revision history for this message
Menno Finlay-Smits (menno.smits) wrote :
Changed in juju:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in juju:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.