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

Drop lazy init #884

Merged
merged 4 commits into from
Nov 7, 2023
Merged

Drop lazy init #884

merged 4 commits into from
Nov 7, 2023

Conversation

asmyasnikov
Copy link
Member

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:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

@asmyasnikov asmyasnikov self-assigned this Nov 7, 2023
Copy link

github-actions bot commented Nov 7, 2023

github.com/ydb-platform/ydb-go-sdk/v3/trace

incompatible changes

TableOnInit: changed from func(*Table, *context.Context) func(limit int) to func(*Table, *context.Context) func(limit int, _ error)

compatible changes

TableInitDoneInfo.Error: added

summary

Base version: v3.54.2-0.20231104115311-d98f854166f9 (master)
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v3.54.1.

@codecov-commenter
Copy link

Codecov Report

Attention: 284 lines in your changes are missing coverage. Please review.

Comparison is base (d98f854) 66.92% compared to head (ab9e576) 39.18%.

❗ 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     
Flag Coverage Δ
?
go-1.17.x 38.89% <6.57%> (-26.66%) ⬇️
go-1.20.x 39.10% <6.57%> (-27.70%) ⬇️
go-1.21.x 39.08% <6.57%> (-27.55%) ⬇️
integration ?
macOS 39.08% <6.57%> (+0.01%) ⬆️
ubuntu 39.08% <6.57%> (-0.03%) ⬇️
unit 39.18% <6.57%> (-0.03%) ⬇️
windows 38.89% <6.57%> (-0.25%) ⬇️
ydb-22.5 ?
ydb-23.1 ?
ydb-23.2 ?
ydb-23.3 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
internal/table/client.go 82.81% <100.00%> (-5.24%) ⬇️
retry/retry.go 60.62% <100.00%> (-13.75%) ⬇️
internal/scheme/client.go 0.00% <0.00%> (-61.36%) ⬇️
internal/balancer/balancer.go 24.89% <0.00%> (-59.28%) ⬇️
driver.go 3.54% <3.54%> (ø)

... and 184 files with indirect coverage changes

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

Copy link

github-actions bot commented Nov 7, 2023

🌋 Here are results of SLO test for Go SDK database/sql:

Grafana Dashboard

SLO-databasesql

Copy link

github-actions bot commented Nov 7, 2023

🌋 Here are results of SLO test for Go SDK gorm:

Grafana Dashboard

SLO-gorm

Copy link

github-actions bot commented Nov 7, 2023

🌋 Here are results of SLO test for Go SDK native:

Grafana Dashboard

SLO-native

Copy link

github-actions bot commented Nov 7, 2023

🌋 Here are results of SLO test for Go SDK xorm:

Grafana Dashboard

SLO-xorm

@asmyasnikov asmyasnikov merged commit 4ec2ee9 into master Nov 7, 2023
48 of 49 checks passed
@asmyasnikov asmyasnikov deleted the drop-lazy-init branch November 7, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants