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: implement client compact #389

Merged
merged 3 commits into from
Aug 3, 2023
Merged

Conversation

bsbds
Copy link
Collaborator

@bsbds bsbds commented Jul 20, 2023

based on: #311

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?)

    The compact method in xline-client can be implement after feat/compactor #311

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04% ⚠️

Comparison is base (7ec7abb) 53.38% compared to head (989b491) 53.35%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
- Coverage   53.38%   53.35%   -0.04%     
==========================================
  Files          96       96              
  Lines       14853    14886      +33     
  Branches    14853    14886      +33     
==========================================
+ Hits         7930     7942      +12     
- Misses       6427     6451      +24     
+ Partials      496      493       -3     
Files Changed Coverage Δ
xline-client/src/clients/kv.rs 0.00% <0.00%> (ø)
xline-client/src/types/kv.rs 0.00% <0.00%> (ø)

... and 6 files with indirect coverage changes

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

Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
@bsbds bsbds marked this pull request as ready for review July 28, 2023 01:44
@Phoenix500526
Copy link
Collaborator

Is this pr based on #399

Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
@Phoenix500526 Phoenix500526 merged commit f3f3101 into xline-kv:master Aug 3, 2023
15 of 17 checks passed
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