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

Put method returns the old data #2

Merged
merged 2 commits into from
Apr 9, 2020
Merged

Put method returns the old data #2

merged 2 commits into from
Apr 9, 2020

Conversation

pjtatlow
Copy link
Owner

@pjtatlow pjtatlow commented Apr 9, 2020

No description provided.

@codecov
Copy link

codecov bot commented Apr 9, 2020

Codecov Report

Merging #2 into master will increase coverage by 0.18%.
The diff coverage is 96.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   93.54%   93.72%   +0.18%     
==========================================
  Files          18       18              
  Lines        1750     1770      +20     
==========================================
+ Hits         1637     1659      +22     
+ Misses        113      111       -2     
Impacted Files Coverage Δ
src/bucket.rs 94.75% <86.66%> (-0.63%) ⬇️
src/db.rs 88.18% <100.00%> (ø)
src/transaction.rs 96.42% <100.00%> (ø)
tests/deletes.rs 97.77% <100.00%> (+1.03%) ⬆️
tests/multiple_buckets.rs 100.00% <100.00%> (ø)
tests/multiple_txs.rs 94.00% <100.00%> (+0.81%) ⬆️
tests/simple_inserts.rs 98.03% <100.00%> (+0.03%) ⬆️
src/node.rs 91.50% <0.00%> (+1.50%) ⬆️

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 2d6acd6...e201e8a. Read the comment docs.

@pjtatlow pjtatlow merged commit a591386 into master Apr 9, 2020
@pjtatlow pjtatlow deleted the put-return-old-data branch April 9, 2020 20:24
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