Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Don't automatically add env life assertions to txns #2801
Conversation
mjs
added some commits
Jul 15, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
$$merge$$ |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jul 17, 2015
jujubot
merged commit 790cfab
into
juju:1.24
Jul 17, 2015
mjs
deleted the
mjs:1474195-env-assert-removal-1.24
branch
Jul 17, 2015
mjs
referenced this pull request
Jul 21, 2015
Merged
Don't automatically add env life assertions to txns #2851
added a commit
that referenced
this pull request
Jul 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedJul 16, 2015
The multiEnvRunner will no longer automatically add assertions on environment life to transactions as this create a serious performance bottleneck. Instead, the env is asserted to be alive in specific key areas (mainly where a txn may result in provisioning of resources).
Fixes LP #1474195
(Review request: http://reviews.vapour.ws/r/2180/)