-
Notifications
You must be signed in to change notification settings - Fork 85
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
added Added
and Dropped
fields into balancer update done info
#892
Conversation
github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesDriverOnBalancerUpdate: changed from func(*Driver, *context.Context, call, bool) func(endpoints []EndpointInfo, localDC string, _ error) to func(*Driver, *context.Context, call, bool) func(endpoints []EndpointInfo, added []EndpointInfo, dropped []EndpointInfo, localDC string, _ error) compatible changesDriverBalancerUpdateDoneInfo.Added: added summaryBase version: v3.54.2-rc2 (master) |
cb95965
to
9f6f344
Compare
9f6f344
to
e3e3bd5
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #892 +/- ##
=======================================
Coverage 66.81% 66.81%
=======================================
Files 258 258
Lines 24319 24353 +34
=======================================
+ Hits 16249 16272 +23
- Misses 7233 7245 +12
+ Partials 837 836 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
🌋 Here are results of SLO test for Go SDK native: |
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Go SDK gorm: |
🌋 Here are results of SLO test for Go SDK xorm: |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information