Merge lp:~axwalk/juju-core/unskip-testmanagenenvironservesapi into lp:~go-bot/juju-core/trunk

Proposed by Andrew Wilkins
Status: Merged
Approved by: Andrew Wilkins
Approved revision: no longer in the source branch.
Merged at revision: 2792
Proposed branch: lp:~axwalk/juju-core/unskip-testmanagenenvironservesapi
Merge into: lp:~go-bot/juju-core/trunk
Diff against target: 16 lines (+0/-5)
1 file modified
cmd/jujud/machine_test.go (+0/-5)
To merge this branch: bzr merge lp:~axwalk/juju-core/unskip-testmanagenenvironservesapi
Reviewer Review Type Date Requested Status
Juju Engineering Pending
Review via email: mp+220900@code.launchpad.net

Commit message

cmd/jujud: unskip TestManageEnvironServesAPI

This test has been skipped due to unreliability,
but nobody ever went back and looked at fixing
it. I can't see anything obviously wrong, and I
can't reproduce the failure on trunk. Reenabling
for now, will revert this change if the bot
starts failing again.

https://codereview.appspot.com/91700043/

Description of the change

cmd/jujud: unskip TestManageEnvironServesAPI

This test has been skipped due to unreliability,
but nobody ever went back and looked at fixing
it. I can't see anything obviously wrong, and I
can't reproduce the failure on trunk. Reenabling
for now, will revert this change if the bot
starts failing again.

https://codereview.appspot.com/91700043/

To post a comment you must log in.
Revision history for this message
Andrew Wilkins (axwalk) wrote :

Reviewers: mp+220900_code.launchpad.net,

Message:
Please take a look.

Description:
cmd/jujud: unskip TestManageEnvironServesAPI

This test has been skipped due to unreliability,
but nobody ever went back and looked at fixing
it. I can't see anything obviously wrong, and I
can't reproduce the failure on trunk. Reenabling
for now, will revert this change if the bot
starts failing again.

https://code.launchpad.net/~axwalk/juju-core/unskip-testmanagenenvironservesapi/+merge/220900

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/91700043/

Affected files (+2, -5 lines):
   A [revision details]
   M cmd/jujud/machine_test.go

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: tarmac-20140526021316-icc7zvaqrxmvlzzs
+New revision: <email address hidden>

Index: cmd/jujud/machine_test.go
=== modified file 'cmd/jujud/machine_test.go'
--- cmd/jujud/machine_test.go 2014-05-23 11:23:30 +0000
+++ cmd/jujud/machine_test.go 2014-05-26 05:55:25 +0000
@@ -676,12 +676,7 @@
   s.waitStopped(c, job, a, done)
  }

-// TODO(jam): 2013-09-02 http://pad.lv/1219661
-// This test has been failing regularly on the Bot. Until someone fixes it
so
-// it doesn't crash, it isn't worth having as we can't tell when someone
-// actually breaks something.
  func (s *MachineSuite) TestManageEnvironServesAPI(c *gc.C) {
- c.Skip("does not pass reliably on the bot (http://pad.lv/1219661")
   s.assertJobWithState(c, state.JobManageEnviron, func(conf agent.Config,
agentState *state.State) {
    st, err := api.Open(conf.APIInfo(), fastDialOpts)
    c.Assert(err, gc.IsNil)

Revision history for this message
William Reade (fwereade) wrote :

LGTM, speculatively, but please be careful to land it when you'll be
around for a few hours to watch what happens. The most annoying
possibility is that it'll pass randomly the one time it needs to get
into trunk, and I'd like to back it out asap if it's a problem.

https://codereview.appspot.com/91700043/

Revision history for this message
Andrew Wilkins (axwalk) wrote :

On 2014/05/26 06:23:34, fwereade wrote:
> LGTM, speculatively, but please be careful to land it when you'll be
around for
> a few hours to watch what happens. The most annoying possibility is
that it'll
> pass randomly the one time it needs to get into trunk, and I'd like to
back it
> out asap if it's a problem.

Will be around for a few hours yet.

https://codereview.appspot.com/91700043/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmd/jujud/machine_test.go'
2--- cmd/jujud/machine_test.go 2014-05-23 11:23:30 +0000
3+++ cmd/jujud/machine_test.go 2014-05-26 05:58:56 +0000
4@@ -676,12 +676,7 @@
5 s.waitStopped(c, job, a, done)
6 }
7
8-// TODO(jam): 2013-09-02 http://pad.lv/1219661
9-// This test has been failing regularly on the Bot. Until someone fixes it so
10-// it doesn't crash, it isn't worth having as we can't tell when someone
11-// actually breaks something.
12 func (s *MachineSuite) TestManageEnvironServesAPI(c *gc.C) {
13- c.Skip("does not pass reliably on the bot (http://pad.lv/1219661")
14 s.assertJobWithState(c, state.JobManageEnviron, func(conf agent.Config, agentState *state.State) {
15 st, err := api.Open(conf.APIInfo(), fastDialOpts)
16 c.Assert(err, gc.IsNil)

Subscribers

People subscribed via source and target branches

to status/vote changes: