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

for review only #1514

Closed
wants to merge 23 commits into from
Closed

for review only #1514

wants to merge 23 commits into from

Conversation

rekby
Copy link
Member

@rekby rekby commented Oct 17, 2024

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

Copy link

github-actions bot commented Oct 17, 2024

github.com/ydb-platform/ydb-go-sdk/v3/table/types

incompatible changes

UUIDValue: removed

compatible changes

ErrIssue1501BadUUID: added

summary

Base version: v3.85.2-0.20241022141519-53817cb7298d (uuid-fix)
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v3.85.1.

# Conflicts:
#	tests/integration/database_sql_regression_test.go
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 52.15%. Comparing base (53817cb) to head (3726c67).

Files with missing lines Patch % Lines
internal/bind/params.go 50.00% 1 Missing ⚠️
internal/value/value.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           uuid-fix    #1514       +/-   ##
=============================================
+ Coverage     41.10%   52.15%   +11.04%     
=============================================
  Files           355      349        -6     
  Lines         37397    36014     -1383     
=============================================
+ Hits          15373    18783     +3410     
+ Misses        21510    15999     -5511     
- Partials        514     1232      +718     
Flag Coverage Δ
go-1.21.x 51.55% <75.00%> (+9.09%) ⬆️
go-1.22.x 51.92% <75.00%> (?)
go-1.23.x 52.05% <75.00%> (+10.96%) ⬆️
integration 52.15% <75.00%> (?)
ubuntu 52.15% <75.00%> (?)
unit ?
windows ?
ydb-24.1 51.72% <75.00%> (?)
ydb-24.2 52.12% <75.00%> (?)

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

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

@rekby rekby marked this pull request as draft October 17, 2024 20:32
@rekby rekby changed the title BREAK OLD UUID BEHAVIOR for review only Oct 17, 2024
return nil
})

require.NoError(t, err)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove these tests or check for Error instead?

Copy link
Member Author

@rekby rekby Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed some functions and the code cause compile error.
I don't know how to test in CI :(

Base automatically changed from uuid-fix to master October 23, 2024 07:37
@rekby rekby closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants