-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure that the Routine retry flow is properly dispatched
We are not able to start the retry flow of a pipeline because the Routine._diff was not being properly calculated. To fix that, I just ensure that the ModelDiffMixin.save will be triggered by changing the inheritance ordering. This commit also improves some tests in order to ensure that the retrying flow (failure and success) is being properly tested.
- Loading branch information
1 parent
8410058
commit eedbc39
Showing
3 changed files
with
42 additions
and
40 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