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

transaction contains range are not serializable #11

Merged
merged 5 commits into from
Apr 27, 2024
Merged

transaction contains range are not serializable #11

merged 5 commits into from
Apr 27, 2024

Conversation

al8n
Copy link
Owner

@al8n al8n commented Apr 26, 2024

Fix #10.

@al8n al8n changed the title WIP: #10 WIP: [#10](https://github.com/al8n/skipdb/issues/10) Apr 26, 2024
@al8n al8n changed the title WIP: [#10](https://github.com/al8n/skipdb/issues/10) WIP: transaction contains range are not serializable Apr 26, 2024
@al8n al8n changed the title WIP: transaction contains range are not serializable transaction contains range are not serializable Apr 26, 2024
@al8n al8n self-assigned this Apr 26, 2024
Copy link

codecov bot commented Apr 26, 2024

Codecov Report

Attention: Patch coverage is 89.21389% with 118 lines in your changes are missing coverage. Please review.

Project coverage is 82.94%. Comparing base (9f3400e) to head (1d8db96).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   81.49%   82.94%   +1.45%     
==========================================
  Files          40       43       +3     
  Lines        3874     4749     +875     
==========================================
+ Hits         3157     3939     +782     
- Misses        717      810      +93     
Files Coverage Δ
async-skipdb/src/optimistic/tests.rs 94.59% <100.00%> (ø)
async-skipdb/src/optimistic/write.rs 82.02% <100.00%> (ø)
async-skipdb/src/read.rs 100.00% <ø> (ø)
async-skipdb/src/serializable.rs 100.00% <100.00%> (ø)
async-skipdb/src/serializable/optimistic.rs 82.22% <100.00%> (ø)
async-skipdb/src/serializable/optimistic/tests.rs 95.40% <100.00%> (ø)
skipdb-core/src/iter.rs 82.53% <ø> (ø)
skipdb-core/src/range.rs 80.95% <ø> (ø)
skipdb/src/optimistic/write.rs 88.88% <100.00%> (ø)
skipdb/src/read.rs 100.00% <ø> (ø)
... and 11 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@al8n al8n merged commit 2fc2012 into main Apr 27, 2024
7 checks passed
@al8n al8n deleted the range-ssi branch April 27, 2024 03:06
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.

Transactions are not serializable
1 participant