isle/tasks/bugs/set-config-dont-commit-new-config-on-err.md

11 lines
275 B
Markdown

---
type: task
after:
- ./garage-apply-layout-before-stopping-instance.md
---
When SetConfig is called, but ends up erroring, the new config should not end up
getting stored in the state directory.
This could be tricky if the reload call succeeds but the postInit fails.