-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(task-graph): fix to dependant cancellation
Before this fix, dependants of a task were not cancelled if a failing cache result already existed for it or one of its dependencies. Also added more tests around dependant cancellation and the treatment of cached, failing entries when adding nodes to the graph.
- Loading branch information
Showing
2 changed files
with
161 additions
and
17 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