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

Backport PR #2685 to release/v1.7 for Add New gRPC Options and Add Reconnect Logic for connection Pool #2693

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

a05fb9b
Select commit
Loading
Failed to load commit list.
Merged

Backport PR #2685 to release/v1.7 for Add New gRPC Options and Add Reconnect Logic for connection Pool #2693

Add New gRPC Options and Add Reconnect Logic for connection Pool (#2685)
a05fb9b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

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

Please upload report for BASE (release/v1.7@8834a7e). Learn more about missing BASE report.

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               @@
##             release/v1.7    #2693   +/-   ##
===============================================
  Coverage                ?   24.04%           
===============================================
  Files                   ?      539           
  Lines                   ?    46792           
  Branches                ?        0           
===============================================
  Hits                    ?    11253           
  Misses                  ?    34765           
  Partials                ?      774           

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