dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

[hotfix] Fix find last process instance in dependent task is not correct

Open ruanwenjun opened this issue 1 year ago • 2 comments

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

ruanwenjun avatar Aug 11 '22 08:08 ruanwenjun

Codecov Report

Merging #11424 (b43c2f2) into dev (1613401) will decrease coverage by 0.00%. The diff coverage is n/a.

@@             Coverage Diff              @@
##                dev   #11424      +/-   ##
============================================
- Coverage     39.44%   39.43%   -0.01%     
  Complexity     4622     4622              
============================================
  Files           980      980              
  Lines         37260    37256       -4     
  Branches       4176     4174       -2     
============================================
- Hits          14696    14693       -3     
+ Misses        21030    21027       -3     
- Partials       1534     1536       +2     
Impacted Files Coverage Δ
...cheduler/server/master/utils/DependentExecute.java 0.00% <ø> (ø)
...er/master/dispatch/host/assign/RandomSelector.java 77.77% <0.00%> (-5.56%) :arrow_down:
...dolphinscheduler/remote/future/ResponseFuture.java 81.96% <0.00%> (-1.64%) :arrow_down:
...r/plugin/task/sqoop/parameter/SqoopParameters.java 55.12% <0.00%> (-1.29%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Aug 11 '22 09:08 codecov-commenter

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
0.0% 0.0% Duplication

sonarcloud[bot] avatar Aug 11 '22 09:08 sonarcloud[bot]

PTAL @lenboo @EricJoy2048

caishunfeng avatar Aug 12 '22 01:08 caishunfeng

Please pick up to 2.0.7

JinyLeeChina avatar Aug 12 '22 06:08 JinyLeeChina

Does this change also apply to version 2.x? I see that version 2.x also has this problem

981433814 avatar Jun 01 '23 12:06 981433814