-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] fail-fast for dependent check #15197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please link this PR to your issue. @Dyqer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #15197 +/- ##
============================================
- Coverage 38.19% 38.15% -0.05%
+ Complexity 4677 4661 -16
============================================
Files 1278 1278
Lines 44481 44481
Branches 4782 4783 +1
============================================
- Hits 16988 16970 -18
- Misses 25631 25649 +18
Partials 1862 1862 ☔ View full report in Codecov by Sentry. |
@ruanwenjun @zhuangchong can you help review? |
Kudos, SonarCloud Quality Gate passed! |
Purpose of the pull request
Refer #15229
If the upstream process instance is failed, the result will be cached and won't be update, so we should return failed immediately and finish the dependent task