Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bug/fixes for null cases #28
Conversation
petevg
added some commits
Nov 30, 2016
|
LGTM. |
tvansteenburgh
merged commit 8d1b4db
into
juju:master
Nov 30, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
petevg commentedNov 30, 2016
@tvansteenburgh @johnsca This fixes a few more edge/null cases when deploying bundles. I've verified by running matrix on wiki-simple and hadoop-processing with a local build of python-libjuju based on this branch.
The two issues are:
[null]creates a null pointer exception in juju core. Deploying with a placement directive ofnullseems to work a lot better.