[DSIP-13][Feature]local_resource_plugin
Purpose of the pull request
This pull request adds a local resource plug-in feature #10911
Brief change log
Added local resource plug-ins
Added testing of local resource plug-ins
Added some tests for task and shell
Added documentation on how to use local resource plug-ins
Added documentation on how to develop resource plug-ins
Verify this pull request
This change added tests and can be verified as follows:
Added testing of local resource plug-ins
Added some tests for task and shell
Manually verified the change by testing locally
@xdu-chenrj Please associate the issue.
Codecov Report
Merging #11360 (fed8ef9) into dev (d8d5d39) will decrease coverage by
0.00%. The diff coverage isn/a.
@@ Coverage Diff @@
## dev #11360 +/- ##
============================================
- Coverage 39.65% 39.65% -0.01%
+ Complexity 4695 4693 -2
============================================
Files 993 993
Lines 37698 37698
Branches 4199 4199
============================================
- Hits 14951 14948 -3
- Misses 21178 21179 +1
- Partials 1569 1571 +2
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...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
I approval the CI run
I fix some CI error in 61176b5
This error may be due to your specific the not found path is windows path, and the value of string is not like the *unix like, we can use fuzzy matching for the error raise in fd37037
This error may be due to your specific the not found path is windows path, and the value of string is not like the *unix like, we can use fuzzy matching for the error raise in fd37037
I'm still thinking about how to output the path correctly. That's wonderful.







