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

Remove DQLITE_NEXT guard and unify with disk mode #671

Closed
wants to merge 9 commits into from

Re-introduce dqlite_node_enable_disk_mode as no-op

eb820ef
Select commit
Loading
Failed to load commit list.
Closed

Remove DQLITE_NEXT guard and unify with disk mode #671

Re-introduce dqlite_node_enable_disk_mode as no-op
eb820ef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2024 in 0s

77.85% (+0.28%) compared to ee07596

View this Pull Request on Codecov

77.85% (+0.28%) compared to ee07596

Details

Codecov Report

Attention: Patch coverage is 85.62874% with 24 lines in your changes missing coverage. Please review.

Project coverage is 77.85%. Comparing base (ee07596) to head (eb820ef).
Report is 27 commits behind head on master.

Files Patch % Lines
src/server.c 70.00% 6 Missing and 3 partials ⚠️
test/raft/integration/test_uv_load.c 83.33% 6 Missing ⚠️
src/raft/uv.c 72.72% 2 Missing and 1 partial ⚠️
src/raft/uv_metadata.c 84.61% 0 Missing and 2 partials ⚠️
src/raft/uv_segment.c 92.30% 0 Missing and 2 partials ⚠️
src/raft/uv_encoding.c 90.00% 0 Missing and 1 partial ⚠️
src/raft/uv_snapshot.c 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #671      +/-   ##
==========================================
+ Coverage   77.56%   77.85%   +0.28%     
==========================================
  Files         197      197              
  Lines       27638    27933     +295     
  Branches     5486     5523      +37     
==========================================
+ Hits        21438    21747     +309     
- Misses       4326     4359      +33     
+ Partials     1874     1827      -47     

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