Merge lp://staging/~fwereade/juju-core/jujud-integrate-cleaner-resumer into lp://staging/~go-bot/juju-core/trunk
Proposed by
William Reade
Status: | Rejected |
---|---|
Rejected by: | William Reade |
Proposed branch: | lp://staging/~fwereade/juju-core/jujud-integrate-cleaner-resumer |
Merge into: | lp://staging/~go-bot/juju-core/trunk |
Diff against target: |
680 lines (+279/-198) 6 files modified
cmd/jujud/agent.go (+8/-6) cmd/jujud/agent_test.go (+189/-4) cmd/jujud/machine.go (+11/-6) cmd/jujud/machine_test.go (+67/-178) cmd/jujud/unit.go (+3/-3) environs/testing/storage.go (+1/-1) |
To merge this branch: | bzr merge lp://staging/~fwereade/juju-core/jujud-integrate-cleaner-resumer |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+170907@code.staging.launchpad.net |
Description of the change
jujud: JobManageState runs cleaner, resumer
Nothing to see there... but I also got angry and tweaked Agent so I could
just test the damn tasks themselves and not worry about the side effects.
And then I needed to test RunAgentLoop as well to verify that it does the
right thing with the tasks it gets from a mocked Agent.
To post a comment you must log in.
Unmerged revisions
- 1318. By William Reade
-
go fmt :/
- 1317. By William Reade
-
merge parent
- 1316. By William Reade
-
machine agent with JobManageState now runs Cleaner, Resumer; also, more unity testing for machine agent
Reviewers: mp+170907_ code.launchpad. net,
Message:
Please take a look.
Description:
jujud: JobManageState runs cleaner, resumer
Nothing to see there... but I also got angry and tweaked Agent so I
could
just test the damn tasks themselves and not worry about the side
effects.
And then I needed to test RunAgentLoop as well to verify that it does
the
right thing with the tasks it gets from a mocked Agent.
https:/ /code.launchpad .net/~fwereade/ juju-core/ jujud-integrate -cleaner- resumer/ +merge/ 170907
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/10439046/
Affected files: agent_test. go machine. go machine_ test.go testing/ storage. go
A [revision details]
M cmd/jujud/agent.go
M cmd/jujud/
M cmd/jujud/
M cmd/jujud/
M cmd/jujud/unit.go
M environs/