linkis icon indicating copy to clipboard operation
linkis copied to clipboard

[Bug] Linkis-web Management console - resource management - startup time display error #2658

Open zhaoyun006 opened this issue 1 year 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: #2658 Related pr:#591

Brief change log

  • [Bug] Linkis-web Management console - resource management - startup time display error #2658

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.

zhaoyun006 avatar Aug 11 '22 00:08 zhaoyun006

Codecov Report

Merging #2684 (c013903) into dev-1.2.1 (98e2a11) will decrease coverage by 0.02%. The diff coverage is n/a.

@@               Coverage Diff               @@
##             dev-1.2.1    #2684      +/-   ##
===============================================
- Coverage        15.92%   15.90%   -0.03%     
+ Complexity        1307     1306       -1     
===============================================
  Files              742      742              
  Lines            23252    23252              
  Branches          3441     3441              
===============================================
- Hits              3704     3698       -6     
- Misses           19066    19074       +8     
+ Partials           482      480       -2     
Impacted Files Coverage Δ
...la/org/apache/linkis/scheduler/queue/UserJob.scala 16.66% <0.00%> (-16.67%) :arrow_down:
...s/scheduler/queue/fifoqueue/FIFOUserConsumer.scala 33.33% <0.00%> (-2.23%) :arrow_down:
.../scala/org/apache/linkis/scheduler/queue/Job.scala 14.72% <0.00%> (-1.02%) :arrow_down:
...apache/linkis/scheduler/queue/LoopArrayQueue.scala 32.07% <0.00%> (-0.95%) :arrow_down:
...apache/linkis/scheduler/queue/SchedulerEvent.scala 52.94% <0.00%> (ø)

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

codecov[bot] avatar Aug 11 '22 01:08 codecov[bot]