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

improve gracefully shutdown #60

Merged
merged 2 commits into from
Apr 5, 2020
Merged

improve gracefully shutdown #60

merged 2 commits into from
Apr 5, 2020

Conversation

Fullstop000
Copy link
Owner

@Fullstop000 Fullstop000 commented Apr 4, 2020

  • improve gracefully shutdown
  • add simple tests for recovery

Signed-off-by: Fullstop000 [email protected]

@codecov
Copy link

codecov bot commented Apr 5, 2020

Codecov Report

Merging #60 into master will increase coverage by 0.55%.
The diff coverage is 89.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   87.80%   88.36%   +0.55%     
==========================================
  Files          34       34              
  Lines        7216     7425     +209     
==========================================
+ Hits         6336     6561     +225     
+ Misses        880      864      -16     
Impacted Files Coverage Δ
src/record/reader.rs 95.51% <ø> (+2.09%) ⬆️
src/logger.rs 46.00% <28.57%> (-5.07%) ⬇️
src/version/version_set.rs 74.05% <78.94%> (-0.51%) ⬇️
src/db/mod.rs 85.12% <93.67%> (+4.77%) ⬆️
src/options.rs 91.11% <100.00%> (+3.23%) ⬆️
src/storage/mem.rs 92.05% <100.00%> (+0.35%) ⬆️
src/version/version_edit.rs 78.59% <100.00%> (-7.56%) ⬇️
src/record/writer.rs 87.14% <0.00%> (-9.69%) ⬇️
src/filter/bloom.rs 95.07% <0.00%> (-1.36%) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15c37cc...3f430b3. Read the comment docs.

@Fullstop000 Fullstop000 merged commit 8ff9aea into master Apr 5, 2020
@Fullstop000
Copy link
Owner Author

Relate to #3

@Fullstop000 Fullstop000 deleted the test_recovery branch April 9, 2020 02:19
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.

1 participant