Skip to content
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

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

Dyqer
Copy link
Contributor

@Dyqer Dyqer commented Nov 21, 2023

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

Copy link
Member

@SbloodyS SbloodyS left a 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

@SbloodyS SbloodyS added bug Something isn't working 3.2.1 labels Nov 24, 2023
@SbloodyS SbloodyS added this to the 3.2.1 milestone Nov 24, 2023
@Dyqer
Copy link
Contributor Author

Dyqer commented Nov 27, 2023

Please link this PR to your issue. @Dyqer
@SbloodyS link #15229

Copy link
Contributor

@caishunfeng caishunfeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (14272da) 38.19% compared to head (37edada) 38.15%.

❗ Current head 37edada differs from pull request most recent head 5170842. Consider uploading reports for the commit 5170842 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@Dyqer
Copy link
Contributor Author

Dyqer commented Dec 1, 2023

@ruanwenjun @zhuangchong can you help review?

Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@caishunfeng caishunfeng merged commit 0bb48f3 into apache:dev Dec 7, 2023
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants