apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
84 stars 42 forks source link

starting a cluster demo in a machine #95

Closed hbpen closed 1 year ago

hbpen commented 1 year ago

Starting a cluster demo in a machine

git-hulk commented 1 year ago

@hbpen Thanks for your PR, will take a look soon.

codecov-commenter commented 1 year ago

Codecov Report

Merging #95 (c92924c) into unstable (3b35c8a) will decrease coverage by 8.81%. The diff coverage is 39.05%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff              @@
##           unstable      #95      +/-   ##
============================================
- Coverage     34.52%   25.71%   -8.81%     
============================================
  Files            21       31      +10     
  Lines          1683     2590     +907     
============================================
+ Hits            581      666      +85     
- Misses         1015     1831     +816     
- Partials         87       93       +6     
Flag Coverage Δ
unittests 25.71% <39.05%> (-8.81%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/client/client.go 7.14% <0.00%> (ø)
cmd/client/completer.go 0.00% <ø> (ø)
cmd/client/printer.go 0.00% <0.00%> (ø)
cmd/client/request.go 4.62% <ø> (ø)
metadata/node.go 84.61% <ø> (ø)
metadata/slot.go 65.60% <ø> (ø)
server/controller.go 0.00% <ø> (ø)
server/middleware.go 47.61% <ø> (ø)
server/util.go 81.81% <ø> (ø)
storage/failover.go 0.00% <0.00%> (ø)
... and 17 more

... and 3 files with indirect coverage changes

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

git-hulk commented 1 year ago

@hbpen I would like to use docker-compose to setup the cluster, welcome to contribute back if you feel good.