juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

Feature Request: Include capability to collect debug logs #17

Closed arosales closed 7 years ago

arosales commented 7 years ago

When a failure occurs provide needed debug information so a develper can take action on the failure by diagnosiging the debug logs rather than trying to reproduce. The testing tool should provide as much insights into the failure as possible that Juju and the charm provides.

One example of a plugin folks created to fill this gap is: https://github.com/juju/plugins/blob/master/juju-crashdump

pengale commented 7 years ago

PRs addressing this here:

https://github.com/juju/plugins/pull/75 https://github.com/juju-solutions/matrix/pull/56

pengale commented 7 years ago

This is currently blocked by https://github.com/juju-solutions/matrix/issues/59

We do save off matrix logs, however, which is a start.

pengale commented 7 years ago

Merged a PR that halfway addresses this. Still blocked by https://github.com/juju-solutions/matrix/issues/59

PR: https://github.com/juju-solutions/matrix/pull/63

pengale commented 7 years ago

This is complete, and has been for a while (worked around the ssh bug). Closing this out.