Merge lp://staging/~jameinel/juju-core/disable-testmanagestateservesapi-1219661 into lp://staging/~go-bot/juju-core/trunk
Proposed by
John A Meinel
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | John A Meinel | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 1742 | ||||
Proposed branch: | lp://staging/~jameinel/juju-core/disable-testmanagestateservesapi-1219661 | ||||
Merge into: | lp://staging/~go-bot/juju-core/trunk | ||||
Diff against target: |
16 lines (+5/-0) 1 file modified
cmd/jujud/machine_test.go (+5/-0) |
||||
To merge this branch: | bzr merge lp://staging/~jameinel/juju-core/disable-testmanagestateservesapi-1219661 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+183384@code.staging.launchpad.net |
Commit message
cmd/jujud: Disable flaky test
TestManageState
have a fix, but until we do I don't want to reject peoples patches incorrectly.
Description of the change
cmd/jujud: Disable flaky test
TestManageState
have a fix, but until we do I don't want to reject peoples patches incorrectly.
To post a comment you must log in.
Reviewers: mp+183384_ code.launchpad. net,
Message:
Please take a look.
Description:
cmd/jujud: Disable flaky test
TestManageState ServesAPI is failing about half the time on the bot. I'd
love to
have a fix, but until we do I don't want to reject peoples patches
incorrectly.
https:/ /code.launchpad .net/~jameinel/ juju-core/ disable- testmanagestate servesapi- 1219661/ +merge/ 183384
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/13253045/
Affected files: machine_ test.go
A [revision details]
M cmd/jujud/
Index: [revision details] 20130902034049- oech4u0m5spe4r0 2
=== 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-
+New revision: <email address hidden>
Index: cmd/jujud/ machine_ test.go machine_ test.go' machine_ test.go 2013-08-29 05:36:08 +0000 machine_ test.go 2013-09-02 07:28:00 +0000
=== modified file 'cmd/jujud/
--- cmd/jujud/
+++ cmd/jujud/
@@ -374,7 +374,11 @@
}
}
-func (s *MachineSuite) TestManageState ServesAPI( c *gc.C) { pad.lv/ 1219661 StateServesAPI( c *gc.C) { ithState( c, state.JobManage State, func(conf agent.Config, fastDialOpts)
+// TODO(jam): 2013-09-02 http://
+// 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) DONT_TestManage
s.assertJobW
agentState *state.State) {
st, _, err := conf.OpenAPI(
c.Assert(err, gc.IsNil)