dolphinscheduler
dolphinscheduler copied to clipboard
[hotfix] Fix find last process instance in dependent task is not correct
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
Codecov Report
Merging #11424 (b43c2f2) into dev (1613401) will decrease coverage by
0.00%
. The diff coverage isn/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
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
PTAL @lenboo @EricJoy2048
Please pick up to 2.0.7
Does this change also apply to version 2.x? I see that version 2.x also has this problem