-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
store: Update unistore for assertion #29902
store: Update unistore for assertion #29902
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
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
@ekexium |
go.mod
Outdated
@@ -99,3 +99,5 @@ require ( | |||
|
|||
// FIXME the official repo has some bug makes br_gcs test failed. https://github.com/googleapis/google-cloud-go/pull/3509 | |||
// replace cloud.google.com/go/storage => github.com/3pointer/google-cloud-go/storage v1.6.1-0.20210108125931-b59bfa0720b2 | |||
|
|||
replace github.com/pingcap/kvproto => github.com/MyonKeminta/kvproto v0.0.0-20211021102703-60266c23d5bd |
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.
Is it ready? Shall we merge it first?
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.
It doesn't matter much since we are merging this PR to the development branch. But since we decided to merge the PRs other than TiDB ones, I think that one should be merged first.
… into m/unistore-for-assertion
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7f06e98
|
What problem does this PR solve?
Issue Number: ref #26833
What is changed and how it works?
This PR supports assertion for unistore, which will be used by client-go for testing purposes
This PR is split out from #28313
Note that unistore's behavior at
AssertionLevel_Fast
is not totally the same as TiKV.(The above PRs will not be merged to master soon. Maybe they can become the feature branch that corresponding to ft-data-inconsistency branch of TiDB. Review them if you have time. Thanks!)
Check List
Tests
Side effects
-
Documentation
-
Release note