Merge lp:~dave-cheney/juju-core/122-tag-release-1.11.1 into lp:~go-bot/juju-core/trunk

Proposed by Dave Cheney
Status: Superseded
Proposed branch: lp:~dave-cheney/juju-core/122-tag-release-1.11.1
Merge into: lp:~go-bot/juju-core/trunk
Diff against target: 25 lines (+2/-2)
2 files modified
cmd/jujud/agent.go (+1/-1)
worker/resumer/resumer_test.go (+1/-1)
To merge this branch: bzr merge lp:~dave-cheney/juju-core/122-tag-release-1.11.1
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Review via email: mp+171945@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-28.

Commit message

Tag release-1.11.1

lbox can't handle this flava.

Description of the change

Tag release-1.11.1

lbox can't handle this flava.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'cmd/jujud/agent.go'
--- cmd/jujud/agent.go 2013-06-27 09:26:02 +0000
+++ cmd/jujud/agent.go 2013-06-28 02:30:36 +0000
@@ -143,7 +143,7 @@
143 // We let the API dial fail immediately because the143 // We let the API dial fail immediately because the
144 // runner's loop outside the caller of openAPIState will144 // runner's loop outside the caller of openAPIState will
145 // keep on retrying. If we block for ages here,145 // keep on retrying. If we block for ages here,
146 // then the worker that's calling this cannot 146 // then the worker that's calling this cannot
147 // be interrupted.147 // be interrupted.
148 st, newPassword, err := c.OpenAPI(api.DialOpts{})148 st, newPassword, err := c.OpenAPI(api.DialOpts{})
149 if err != nil {149 if err != nil {
150150
=== modified file 'worker/resumer/resumer_test.go'
--- worker/resumer/resumer_test.go 2013-06-27 17:59:44 +0000
+++ worker/resumer/resumer_test.go 2013-06-28 02:30:36 +0000
@@ -46,7 +46,7 @@
4646
47 // Check that a numner of calls has happened with a time47 // Check that a numner of calls has happened with a time
48 // difference somewhere between the interval and twice the48 // difference somewhere between the interval and twice the
49 // interval. A more precise time behavior cannot be 49 // interval. A more precise time behavior cannot be
50 // specified due to the load during the test.50 // specified due to the load during the test.
51 c.Assert(len(tr.timestamps) > 0, Equals, true)51 c.Assert(len(tr.timestamps) > 0, Equals, true)
52 for i := 1; i < len(tr.timestamps); i++ {52 for i := 1; i < len(tr.timestamps); i++ {

Subscribers

People subscribed via source and target branches

to status/vote changes: