Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add helpers for testing PostUpgradeManifold based manifolds #4277
Conversation
mjs
added some commits
Feb 3, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$bad-record-mac$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 3, 2016
jujubot
merged commit 2c23dc6
into
juju:MADE-workers
Feb 3, 2016
mjs
deleted the
mjs:postupgrademanifold-test-helper
branch
Feb 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedFeb 3, 2016
worker/testing: Add helpers for testing PostUpgradeManifold based manifolds
These helpers simplify writing unit tests for manifolds based on PostUpgradeManifold.
worker/proxyupdater: Add unit tests for proxyupdater manifold
Tests like this are now easier to write thanks to the RunPostUpgradeManifold helper.
(Review request: http://reviews.vapour.ws/r/3715/)