Skip to content

[python] Fix task condition set wrong deps#7650

Merged
caishunfeng merged 1 commit intoapache:devfrom
zhongjiajie:py-bug-task-conditon-deps
Dec 27, 2021
Merged

[python] Fix task condition set wrong deps#7650
caishunfeng merged 1 commit intoapache:devfrom
zhongjiajie:py-bug-task-conditon-deps

Conversation

@zhongjiajie
Copy link
Copy Markdown
Member

After #7505 merged. we could use condition task type
but our dependent set in the wrong direction, all
the condition operators should be upstream of the
current task instead of downstream

fix: #7649

After apache#7505 merged. we could use condition task type
but our dependent set in the wrong direction, all
the condition operators should be upstream of the
current task instead of downstream

fix: apache#7649
@zhongjiajie zhongjiajie added bug Something isn't working Pyscheduler labels Dec 27, 2021
@zhongjiajie zhongjiajie added this to the 2.0.2-release milestone Dec 27, 2021
@zhongjiajie zhongjiajie self-assigned this Dec 27, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 27, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.21%. Comparing base (8b29213) to head (a43e860).
⚠️ Report is 3275 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #7650      +/-   ##
============================================
+ Coverage     41.18%   41.21%   +0.03%     
- Complexity     3667     3669       +2     
============================================
  Files           641      641              
  Lines         26540    26540              
  Branches       2967     2967              
============================================
+ Hits          10930    10939       +9     
+ Misses        14579    14574       -5     
+ Partials       1031     1027       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

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

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Copy Markdown
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.

+1

@caishunfeng caishunfeng merged commit cc8fbe3 into apache:dev Dec 27, 2021
@zhongjiajie zhongjiajie deleted the py-bug-task-conditon-deps branch December 28, 2021 01:04
@zhongjiajie
Copy link
Copy Markdown
Member Author

Thanks~

zhongjiajie added a commit to zhongjiajie/dolphinscheduler that referenced this pull request Dec 28, 2021
After apache#7505 merged. we could use condition task type
but our dependent set in the wrong direction, all
the condition operators should be upstream of the
current task instead of downstream

fix: apache#7649
zhongjiajie added a commit that referenced this pull request Dec 28, 2021
After #7505 merged. we could use condition task type
but our dependent set in the wrong direction, all
the condition operators should be upstream of the
current task instead of downstream

fix: #7649
aaronlinv pushed a commit to aaronlinv/dolphinscheduler that referenced this pull request Dec 28, 2021
After apache#7505 merged. we could use condition task type
but our dependent set in the wrong direction, all
the condition operators should be upstream of the
current task instead of downstream

fix: apache#7649
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Pyscheduler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] [python] Task condition set wrong deps

4 participants