canonical / bootstack-actions

Actions for unifying lint, unit and functional tests, and charm and snap releases
0 stars 8 forks source link

Upload juju crashdump for failed tests #33

Open mert-kirpici opened 1 year ago

mert-kirpici commented 1 year ago

Having a crashdump tarball would help with the inspection of the failed tests.

rgildein commented 10 months ago

I think that this issue is not properly defined, because we are using uses: charmed-kubernetes/actions-operator@main, which is handling uploading juju crashdump if exist. here We need to define how crashdump should be created in projects. For example projects using pytest-operator are fine, because they are automatically creating crashdump if tests failed.here