-
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/mockstore: Add raw delete range to mock store #6156
store/mockstore: Add raw delete range to mock store #6156
Conversation
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
@coocood PTAL |
@MyonKeminta |
@coocood Where to put the test? |
@MyonKeminta |
@tiancaiamao @coocood PTAL |
|
// testMVCCLevelDB is used to test MVCCLevelDB implementation. | ||
type testMVCCLevelDB struct { | ||
testMockTiKVSuite | ||
} |
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.
Friendly remind: avoid to move code if it's not necessary.
Because it would make the code reviewer's work easier.
LGTM |
/run-all-tests |
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
/run-integration-common-test |
.....It seems that changes in this pr was merged with #6157 .. |
It's required to test raw delete range API, which will be added to ticlient