-
Notifications
You must be signed in to change notification settings - Fork 493
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
kv: add StorageEngine config #5369
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5369 +/- ##
==========================================
- Coverage 55.40% 50.82% -4.58%
==========================================
Files 447 447
Lines 63218 79537 +16319
==========================================
+ Hits 35025 40427 +5402
- Misses 25803 36718 +10915
- Partials 2390 2392 +2
... and 417 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Simply adds StorageEngine to the config and upgrades dependencies.
Summary
We are breaking down #5212 in several smaller PRs to make it more digestible.
This first PR add a storage engine config.
The config version is bumped to v28.
This is built on top of the following PRs:
Test Plan
existing tests.