-
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
Drop lazy init #884
Drop lazy init #884
Conversation
…xplicit initialization on ydb.Open step
github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesTableOnInit: changed from func(*Table, *context.Context) func(limit int) to func(*Table, *context.Context) func(limit int, _ error) compatible changesTableInitDoneInfo.Error: added summaryBase version: v3.54.2-0.20231104115311-d98f854166f9 (master) |
3c26f6c
to
ab9e576
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #884 +/- ##
===========================================
- Coverage 66.92% 39.18% -27.75%
===========================================
Files 255 210 -45
Lines 24245 21111 -3134
===========================================
- Hits 16227 8272 -7955
- Misses 7191 12491 +5300
+ Partials 827 348 -479
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
ab9e576
to
0d043f2
Compare
🌋 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 native: |
🌋 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