-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
distsql: fix wrong schema version when snapshot has been set #15258
distsql: fix wrong schema version when snapshot has been set #15258
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15258 +/- ##
===========================================
Coverage 80.4142% 80.4142%
===========================================
Files 504 504
Lines 134787 134787
===========================================
Hits 108388 108388
Misses 17908 17908
Partials 8491 8491 |
/run-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Your auto merge job has been accepted, waiting for 15817, 15851, 15849, 15709, 15621, 15865 |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 15676 |
/run-all-tests |
@lzmhhh123 merge failed. |
/run-integration-common-test |
/run-unit-test |
Signed-off-by: sre-bot <[email protected]>
cherry pick to release-3.1 in PR #15872 |
cherry pick to release-4.0 in PR #15873 |
What problem does this PR solve?
As the title says.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes