Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added crashdump action. #56
Conversation
petevg
referenced this pull request
Dec 21, 2016
Closed
Feature Request: Include capability to collect debug logs #17
petevg
added some commits
Dec 22, 2016
|
@johnsca Ugh. I just realized that there's an issue with this: if a test raises an exception, which is a case where we very much want a crashdump, then we'll never actually run the crashdump task. Our options are: a) refactor so that we can run execute_process outside of a task (it's just a wrapper around the asyncio tools, so writing another wrapper wouldn't be too much of a big deal). |
|
Closing. Will resubmit with a crashdump that actually works like we want it to ... |
petevg
closed this
Dec 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
petevg commentedDec 21, 2016
Zips up the matrix log, and calls out to the juju-crashdump plugin to
fetch logs and other relevant files from the model.
@johnsca @bcsaller