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

improve test case of project1 #317

Open
buptSunny opened this issue Nov 22, 2021 · 1 comment
Open

improve test case of project1 #317

buptSunny opened this issue Nov 22, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@buptSunny
Copy link

func (s *StandAloneStorage) Write(ctx *kvrpcpb.Context, batch []storage.Modify) error {
}

this func can write a batch of data , but in raw_api, RawPut() func can only put one data in a time .
so i am wonder whether add another function like RawBatchPut(_ context.Context, reqs *[]kvrpcpb.RawGetRequest),

@buptSunny
Copy link
Author

buptSunny commented Nov 22, 2021

and add corresponding test func

@yanguwan yanguwan added the help wanted Extra attention is needed label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants