-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
244 bump recipe should exit and save gracefully on some failures (#274)
* Adds a new save-on-failure flag * Adds new _CliArgs struct that simplifies CLI argument passing. This should prevent future painful refactors * Starts wiring work on save-on-failure feature * Adds unit tests for the partial save feature for bump recipe. Warning: the new test takes an incredibly long time due to the issue tracked by #265 * Fixes a very dumb mistake that caused some tests to take 7+ minutes to complete. I forgot to add the interval timer control for the retry mechanism in a purposefully failing test
- Loading branch information
1 parent
e2bf2cb
commit 63b33b1
Showing
4 changed files
with
213 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.