-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: implement memory transaction #702
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #702 +/- ##
==========================================
- Coverage 75.55% 75.32% -0.24%
==========================================
Files 180 187 +7
Lines 26938 27665 +727
Branches 26938 27665 +727
==========================================
+ Hits 20353 20838 +485
- Misses 5366 5542 +176
- Partials 1219 1285 +66 ☔ View full report in Codecov by Sentry. |
@bsbds Your PR is in conflict and cannot be merged. |
7feeffa
to
8ccf23b
Compare
@bsbds Convert your pr to draft since CI failed |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
8ccf23b
to
d7813f9
Compare
d7813f9
to
df8a6da
Compare
Signed-off-by: bsbds <[email protected]>
df8a6da
to
fe77c41
Compare
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
Depends-On: #674
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
Implement txn API for memory engine.
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)