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 Report

Merging #7650 (a43e860) into dev (8b29213) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
...he/dolphinscheduler/common/enums/SqoopJobType.java 0.00% <0.00%> (-88.89%) ⬇️
...org/apache/dolphinscheduler/remote/utils/Host.java 37.77% <0.00%> (-2.23%) ⬇️
...inscheduler/common/task/sqoop/SqoopParameters.java 74.00% <0.00%> (-2.00%) ⬇️
...e/dolphinscheduler/remote/NettyRemotingClient.java 52.11% <0.00%> (-0.71%) ⬇️
...rver/master/processor/queue/TaskResponseEvent.java 100.00% <0.00%> (+6.45%) ⬆️
...er/master/processor/queue/TaskResponseService.java 68.18% <0.00%> (+18.18%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b29213...a43e860. Read the comment docs.

@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