-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[FEATURE][Task Plugin]Add remote-shell task plugin #13801
Conversation
* @param connectionParam connectionParam | ||
* @return true if connection is valid | ||
*/ | ||
default boolean testConnection(ConnectionParam connectionParam) { |
Check notice
Code scanning / CodeQL
Useless parameter
return ""; | ||
} | ||
|
||
default void setPassword(String s) { |
Check notice
Code scanning / CodeQL
Useless parameter
public class RemoteExecutor { | ||
|
||
protected final Logger logger = | ||
LoggerFactory.getLogger(String.format(TaskConstants.TASK_LOGGER_THREAD_NAME, getClass())); |
Check warning
Code scanning / CodeQL
Unused format argument
...eshell/src/main/java/org/apache/dolphinscheduler/plugin/task/remoteshell/RemoteExecutor.java
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## dev #13801 +/- ##
============================================
+ Coverage 39.10% 39.13% +0.03%
- Complexity 4440 4464 +24
============================================
Files 1140 1155 +15
Lines 42054 42281 +227
Branches 4750 4761 +11
============================================
+ Hits 16444 16546 +102
- Misses 23804 23923 +119
- Partials 1806 1812 +6
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1e7e275
to
4554fa2
Compare
8d014fc
to
3ba4448
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SonarCloud Quality Gate failed. |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Purpose of the pull request
close #13794
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