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

Basic garbage collect #158

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Basic garbage collect #158

merged 1 commit into from
Feb 5, 2025

Conversation

jiangzhe
Copy link
Owner

@jiangzhe jiangzhe commented Feb 4, 2025

@jiangzhe jiangzhe force-pushed the basic-garbage-collect branch from 7e9cbb4 to cb9620b Compare February 5, 2025 02:42
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 63.43085% with 275 lines in your changes missing coverage. Please review.

Project coverage is 70.33%. Comparing base (7fbdb94) to head (cb9620b).

Files with missing lines Patch % Lines
doradb-storage/src/trx/log.rs 60.60% 91 Missing ⚠️
doradb-storage/src/trx/row.rs 5.17% 55 Missing ⚠️
doradb-storage/examples/bench_insert.rs 0.00% 32 Missing ⚠️
doradb-storage/src/trx/purge.rs 86.90% 22 Missing ⚠️
doradb-storage/src/catalog.rs 75.00% 20 Missing ⚠️
doradb-storage/src/trx/group.rs 40.00% 12 Missing ⚠️
doradb-storage/src/trx/sys.rs 85.54% 12 Missing ⚠️
doradb-storage/src/index/secondary_index.rs 41.17% 10 Missing ⚠️
doradb-storage/src/table/mod.rs 70.00% 9 Missing ⚠️
doradb-storage/src/trx/mod.rs 73.33% 4 Missing ⚠️
... and 3 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   70.36%   70.33%   -0.03%     
==========================================
  Files         144      147       +3     
  Lines       20281    20650     +369     
==========================================
+ Hits        14270    14525     +255     
- Misses       6011     6125     +114     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jiangzhe jiangzhe merged commit 9948cfe into main Feb 5, 2025
1 check passed
@jiangzhe jiangzhe deleted the basic-garbage-collect branch February 5, 2025 03:33
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.

2 participants