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

feat: database backend add ssdb support #1115

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

goldendeng
Copy link

@goldendeng goldendeng commented Sep 22, 2022

Change-Id: I054c5fc9b02f613601781de8613d684faa0ea7f2

Fixes #

Requirements

All new code should be covered with tests, documentation should be updated. CI should pass.

Description of the Change

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

Change-Id: I054c5fc9b02f613601781de8613d684faa0ea7f2
Change-Id: I8534e66786021ce4384c92a2a8d14aa50839a4da
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Attention: Patch coverage is 71.24011% with 109 lines in your changes are missing coverage. Please review.

Project coverage is 66.42%. Comparing base (e90ac67) to head (9a668fd).
Report is 86 commits behind head on master.

Files Patch % Lines
database/ssdb/storage.go 64.60% 31 Missing and 9 partials ⚠️
database/ssdb/transaction.go 81.60% 19 Missing and 4 partials ⚠️
context/context.go 12.00% 20 Missing and 2 partials ⚠️
database/ssdb/database.go 55.55% 12 Missing and 4 partials ⚠️
database/ssdb/batch.go 93.42% 4 Missing and 1 partial ⚠️
database/ssdb/log.go 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1115      +/-   ##
==========================================
+ Coverage   66.31%   66.42%   +0.11%     
==========================================
  Files         141      146       +5     
  Lines       15910    16288     +378     
==========================================
+ Hits        10550    10819     +269     
- Misses       4610     4698      +88     
- Partials      750      771      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants