Skip to content
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

Move ETCD client into Session #27069

Merged
merged 1 commit into from
Oct 26, 2023

Moving etcd client into session

c8d7108
Select commit
Loading
Failed to load commit list.
Merged

Move ETCD client into Session #27069

Moving etcd client into session
c8d7108
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

81.78% (target 77.00%)

View this Pull Request on Codecov

81.78% (target 77.00%)

Details

Codecov Report

Merging #27069 (c8d7108) into master (f9c6302) will increase coverage by 0.01%.
Report is 4 commits behind head on master.
The diff coverage is 91.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #27069      +/-   ##
==========================================
+ Coverage   81.77%   81.78%   +0.01%     
==========================================
  Files         821      821              
  Lines      116389   116435      +46     
==========================================
+ Hits        95175    95227      +52     
+ Misses      18057    18051       -6     
  Partials     3157     3157              
Files Coverage Δ
internal/datanode/data_node.go 76.54% <100.00%> (ø)
internal/distributed/datacoord/client/client.go 93.92% <100.00%> (ø)
internal/distributed/datanode/service.go 81.94% <100.00%> (ø)
internal/distributed/proxy/service.go 79.97% <100.00%> (-0.70%) ⬇️
internal/distributed/querycoord/client/client.go 93.38% <100.00%> (ø)
internal/distributed/querycoord/service.go 73.63% <100.00%> (ø)
internal/distributed/rootcoord/client/client.go 94.06% <100.00%> (ø)
internal/distributed/rootcoord/service.go 79.92% <100.00%> (ø)
internal/indexnode/indexnode.go 79.90% <100.00%> (ø)
internal/proxy/proxy.go 68.01% <100.00%> (ø)
... and 19 more

... and 13 files with indirect coverage changes