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: when sudo enable is false, execute command will failed #13860

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

huangxinan1990
Copy link
Contributor

@huangxinan1990 huangxinan1990 commented Apr 3, 2023

fix #13876

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

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you please link your PR to your issue? @huangxinan1990

@SbloodyS SbloodyS added bug Something isn't working first time contributor First-time contributor labels Apr 3, 2023
@zhuangchong zhuangchong added the 3.2.0 for 3.2.0 version label Apr 4, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #13860 (63b063a) into dev (406fef1) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 63b063a differs from pull request most recent head 73cd57a. Consider uploading reports for the commit 73cd57a to get more accurate results

@@            Coverage Diff            @@
##                dev   #13860   +/-   ##
=========================================
  Coverage     39.10%   39.10%           
+ Complexity     4466     4460    -6     
=========================================
  Files          1155     1155           
  Lines         42268    42268           
  Branches       4756     4760    +4     
=========================================
  Hits          16531    16531           
  Misses        23925    23925           
  Partials       1812     1812           
Impacted Files Coverage Δ
...olphinscheduler/plugin/task/api/utils/OSUtils.java 0.00% <0.00%> (ø)

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

@sonarcloud
Copy link

sonarcloud bot commented Apr 4, 2023

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@huangxinan1990
Copy link
Contributor Author

@SbloodyS has already add the issue

@SbloodyS SbloodyS added this to the 3.2.0 milestone Apr 6, 2023
Copy link
Contributor

@rickchengx rickchengx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please check the CI

@huangxinan1990
Copy link
Contributor Author

@SbloodyS @caishunfeng @zhuangchong please help to review, thanks

@zhuangchong zhuangchong merged commit d772f24 into apache:dev Apr 7, 2023
@zhuangchong zhuangchong added 3.1.x for 3.1.x version release cherry-pick 3.1.x and removed 3.2.0 for 3.2.0 version labels Apr 10, 2023
@zhuangchong zhuangchong modified the milestones: 3.2.0, 3.1.6 Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1.x for 3.1.x version backend bug Something isn't working first time contributor First-time contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [dolphinscheduler-task-api] when sudo enable is false, execute command will failed
6 participants