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

storage: refactor MemStorage to support fault injection #36

Merged
merged 4 commits into from
Jan 15, 2020

Conversation

Fullstop000
Copy link
Owner

Signed-off-by: Fullstop000 [email protected]

@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

Merging #36 into master will increase coverage by 1.33%.
The diff coverage is 88.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   63.62%   64.95%   +1.33%     
==========================================
  Files          34       34              
  Lines        6031     6364     +333     
==========================================
+ Hits         3837     4134     +297     
- Misses       2194     2230      +36
Impacted Files Coverage Δ
src/storage/mod.rs 48.27% <ø> (ø) ⬆️
src/storage/file.rs 96.15% <ø> (ø) ⬆️
src/lib.rs 100% <ø> (ø) ⬆️
src/options.rs 30.13% <100%> (+0.4%) ⬆️
src/sstable/table.rs 88.94% <100%> (ø) ⬆️
src/storage/mem.rs 87.11% <88.41%> (+2.67%) ⬆️

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 4654160...9912fea. Read the comment docs.

Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
@Fullstop000 Fullstop000 merged commit 29784a0 into master Jan 15, 2020
@Fullstop000 Fullstop000 deleted the fault-injection-storage branch February 7, 2020 15:37
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