linkis icon indicating copy to clipboard operation
linkis copied to clipboard

Dev 1.3.1 linkis jobhistory test

Open ruY9527 opened this issue 3 years ago • 1 comments

What is the purpose of the change

EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions. The Engine Service in Linkis 0.x is refactored, EngineConn will handle the engine connection and session management.

Related issues/PRs

Related issues: #3100

Brief change log

  • add JobHistory dao/service test
  • add const/utils test
  • remove redundant and and`

Checklist

  • [x] I have read the Contributing Guidelines on pull requests.
  • [ ] I have explained the need for this PR and the problem it solves
  • [ ] I have explained the changes or the new features added to this PR
  • [ ] I have added tests corresponding to this change
  • [ ] I have updated the documentation to reflect this change
  • [ ] I have verified that this change is backward compatible (If not, please discuss on the Linkis mailing list first)
  • [ ] If this is a code change: I have written unit tests to fully verify the new behavior.

ruY9527 avatar Sep 23 '22 05:09 ruY9527

Codecov Report

Merging #3515 (4e5ed07) into dev-1.3.1 (11ccae1) will decrease coverage by 0.04%. The diff coverage is n/a.

@@               Coverage Diff               @@
##             dev-1.3.1    #3515      +/-   ##
===============================================
- Coverage        14.26%   14.21%   -0.05%     
- Complexity        1255     1317      +62     
===============================================
  Files              820      876      +56     
  Lines            31613    33820    +2207     
  Branches          4676     4914     +238     
===============================================
+ Hits              4509     4807     +298     
- Misses           26453    28324    +1871     
- Partials           651      689      +38     
Impacted Files Coverage Δ
...ay/authentication/service/CachedTokenService.scala 38.46% <0.00%> (-5.02%) :arrow_down:
...ava/org/apache/linkis/cs/DefaultContextSearch.java 53.84% <0.00%> (-2.16%) :arrow_down:
...g/apache/linkis/common/conf/BDPConfiguration.scala 24.46% <0.00%> (-0.27%) :arrow_down:
...iguration/restful/api/ConfigurationRestfulApi.java 16.99% <0.00%> (-0.12%) :arrow_down:
...nfiguration/service/impl/ConfigKeyServiceImpl.java 3.70% <0.00%> (-0.10%) :arrow_down:
...ineplugin/spark/executor/SparkPythonExecutor.scala 0.00% <0.00%> (ø)
...linkis/configuration/validate/FloatValidator.scala 12.50% <0.00%> (ø)
...nkis/configuration/util/LabelParameterParser.scala 47.05% <0.00%> (ø)
...is/configuration/validate/NumericalValidator.scala 6.66% <0.00%> (ø)
...a/org/apache/linkis/ecm/server/util/ECMUtils.scala 0.00% <0.00%> (ø)
... and 67 more

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

codecov[bot] avatar Sep 23 '22 05:09 codecov[bot]