Skip to content

Deduplicate callbacks and move replica migration to common code

0ff8777
Select commit
Loading
Failed to load commit list.
Open

More cluster refactoring: move common logic from cluster_legacy.c #3701

Deduplicate callbacks and move replica migration to common code
0ff8777
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2026 in 0s

76.76% (+0.10%) compared to 6f92934

View this Pull Request on Codecov

76.76% (+0.10%) compared to 6f92934

Details

Codecov Report

❌ Patch coverage is 92.30769% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.76%. Comparing base (6f92934) to head (0ff8777).
⚠️ Report is 2 commits behind head on cluster-v2.

Files with missing lines Patch % Lines
src/cluster_nodes.c 80.00% 15 Missing ⚠️
src/cluster.c 99.06% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           cluster-v2    #3701      +/-   ##
==============================================
+ Coverage       76.65%   76.76%   +0.10%     
==============================================
  Files             165      165              
  Lines           80892    80930      +38     
==============================================
+ Hits            62005    62122     +117     
+ Misses          18887    18808      -79     
Files with missing lines Coverage Δ
src/cluster_legacy.c 91.79% <100.00%> (-0.19%) ⬇️
src/cluster_link.c 89.11% <100.00%> (+6.58%) ⬆️
src/server.c 89.47% <100.00%> (-0.03%) ⬇️
src/cluster.c 91.31% <99.06%> (+0.68%) ⬆️
src/cluster_nodes.c 76.02% <80.00%> (+1.94%) ⬆️

... and 23 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.