juju-test plugin should provide option to leave env alone
Bug #1271745 reported by
David Britton
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juju Charm Tools |
Triaged
|
High
|
Unassigned |
Bug Description
The default behavior of destroying and creating environments between test runs is spot on, but for debugging, it's slow. Please provide an option to leave the environment alone both for quick setup, and for examining the environment after the failure.
Changed in charm-tools: | |
assignee: | nobody → Marco Ceppi (marcoceppi) |
importance: | Undecided → High |
status: | New → Confirmed |
tags: | added: hs-arm64 |
Changed in charm-tools: | |
status: | Incomplete → Confirmed |
Changed in charm-tools: | |
status: | Confirmed → Triaged |
assignee: | Marco Ceppi (marcoceppi) → nobody |
milestone: | none → 1.7.0 |
To post a comment you must log in.
There's already a flag to do this, --set-e which will break the test immediately after a test fails but prior to destroying the environment.