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

Add test harness for DB #37

Merged
merged 13 commits into from
Feb 7, 2020
Merged

Add test harness for DB #37

merged 13 commits into from
Feb 7, 2020

Conversation

Fullstop000
Copy link
Owner

@Fullstop000 Fullstop000 commented Jan 18, 2020

Part of #3

Signed-off-by: Fullstop000 [email protected]

@Fullstop000 Fullstop000 changed the title [WIP] Add complete solid test cases for DB [WIP] Add test harness for DB Jan 20, 2020
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
@codecov
Copy link

codecov bot commented Feb 5, 2020

Codecov Report

Merging #37 into master will increase coverage by 12.89%.
The diff coverage is 81.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #37       +/-   ##
==========================================
+ Coverage    63.2%   76.1%   +12.89%     
==========================================
  Files          34      34               
  Lines        6493    6737      +244     
==========================================
+ Hits         4104    5127     +1023     
+ Misses       2389    1610      -779
Impacted Files Coverage Δ
src/compaction.rs 6.15% <ø> (+6.15%) ⬆️
src/record/mod.rs 97.98% <ø> (-0.02%) ⬇️
src/version/version_edit.rs 86.15% <ø> (+5.76%) ⬆️
src/record/writer.rs 96.82% <ø> (+4.63%) ⬆️
src/sstable/mod.rs 88.06% <0%> (+0.09%) ⬆️
src/sstable/filter_block.rs 96% <100%> (+0.02%) ⬆️
src/filter/bloom.rs 96.42% <100%> (ø) ⬆️
src/sstable/block.rs 98.04% <100%> (+0.01%) ⬆️
src/batch.rs 93.18% <100%> (+3.35%) ⬆️
src/storage/mem.rs 91.69% <100%> (+3.71%) ⬆️
... and 28 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 6029534...6ae6d98. Read the comment docs.

Signed-off-by: Fullstop000 <[email protected]>
@Fullstop000 Fullstop000 changed the title [WIP] Add test harness for DB Add test harness for DB Feb 5, 2020
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
Signed-off-by: Fullstop000 <[email protected]>
@Fullstop000 Fullstop000 merged commit f9dc301 into master Feb 7, 2020
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