-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This now correctly handles cases where there was no failure in the action. When an action fails we save the initial state that went in. However, when an action succeeds, we would only store the final state for that action. So now, if the action was successful, we go back to the prior sequence ID to get its state as the input, and use the state from the action as the desired final state. This assumes you want to say "hey here's expected behavior, I want to enshrine it". Adjusts docs with new option.
- Loading branch information
Showing
3 changed files
with
112 additions
and
25 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
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
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