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

Add New gRPC Options and Add Reconnect Logic for connection Pool #2685

Add New gRPC Options and Add Reconnect Logic for connection Pool

b5daaa6
Select commit
Loading
Failed to load commit list.
Merged

Add New gRPC Options and Add Reconnect Logic for connection Pool #2685

Add New gRPC Options and Add Reconnect Logic for connection Pool
b5daaa6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 10, 2024 in 1s

24.05% (-0.04%) compared to d59ed9f

View this Pull Request on Codecov

24.05% (-0.04%) compared to d59ed9f

Details

Codecov Report

Attention: Patch coverage is 19.02834% with 200 lines in your changes missing coverage. Please review.

Project coverage is 24.05%. Comparing base (d59ed9f) to head (b5daaa6).

Files with missing lines Patch % Lines
internal/net/grpc/option.go 0.00% 123 Missing ⚠️
internal/net/grpc/pool/pool.go 0.00% 40 Missing ⚠️
internal/servers/server/option.go 20.83% 19 Missing ⚠️
internal/net/grpc/server.go 0.00% 8 Missing ⚠️
internal/db/rdb/mysql/dbr/dbr.go 0.00% 5 Missing ⚠️
internal/net/grpc/client.go 0.00% 2 Missing ⚠️
internal/config/server.go 91.66% 0 Missing and 1 partial ⚠️
internal/db/rdb/mysql/dbr/session.go 0.00% 1 Missing ⚠️
internal/db/rdb/mysql/dbr/tx.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2685      +/-   ##
==========================================
- Coverage   24.09%   24.05%   -0.04%     
==========================================
  Files         539      539              
  Lines       46638    46792     +154     
==========================================
+ Hits        11239    11258      +19     
- Misses      34623    34758     +135     
  Partials      776      776              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.