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

refactor: remove unused unit tests in pegasus_write_service_impl_test #674

Merged
merged 2 commits into from
Jan 8, 2021

Conversation

levy5307
Copy link
Contributor

@levy5307 levy5307 commented Jan 7, 2021

What problem does this PR solve?

I will remove write_batch_put and write_batch_put_ctx in pegasus_write_service_impl.h. And there are tests in rocksdb_wrapper_test.cpp to test rockdb_wrapper::write_batch_put and rocksdb_wrapper::write_batch_put_ctx, which are substitutes for the functions with same name in pegasus_write_service_impl.h. So the unit tests in pegasus_write_service_impl_test for pegasus_write_service::impl::write_batch_put and pegasus_write_service::impl::write_batch_put_ctx are useless.

Check List

Tests

  • No code

@levy5307 levy5307 marked this pull request as draft January 7, 2021 09:28
@levy5307 levy5307 marked this pull request as ready for review January 7, 2021 09:30
@levy5307 levy5307 merged commit 33ef638 into apache:master Jan 8, 2021
@levy5307 levy5307 deleted the rocksdb_wrapper_test branch January 8, 2021 07:08
@neverchanje neverchanje mentioned this pull request Mar 1, 2021
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