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

Fix out parameter may loss #15617

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

ruanwenjun
Copy link
Member

Purpose of the pull request

close #15616

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 ruanwenjun self-assigned this Feb 22, 2024
@ruanwenjun ruanwenjun added this to the 3.2.2 milestone Feb 22, 2024
@ruanwenjun ruanwenjun added bug Something isn't working 3.2.1 and removed backend labels Feb 22, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (2b4c1e0) 38.58% compared to head (d4b074e) 38.58%.

❗ Current head d4b074e differs from pull request most recent head 8ce72a9. Consider uploading reports for the commit 8ce72a9 to get more accurate results

Files Patch % Lines
...plugin/task/api/parameters/AbstractParameters.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                dev   #15617      +/-   ##
============================================
- Coverage     38.58%   38.58%   -0.01%     
+ Complexity     4784     4783       -1     
============================================
  Files          1312     1312              
  Lines         44978    44981       +3     
  Branches       4819     4820       +1     
============================================
- Hits          17355    17354       -1     
- Misses        25733    25736       +3     
- Partials       1890     1891       +1     

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

Copy link

sonarcloud bot commented Feb 22, 2024

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

@caishunfeng caishunfeng merged commit 24ff70d into apache:dev Feb 23, 2024
55 checks passed
@ruanwenjun ruanwenjun deleted the dev_wenjun_fixOutParamMayLoss branch May 31, 2024 13:20
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.

[Bug] [Worker] Task out param may loss
3 participants