Skip to content

Add handshaking for Raft CLUSTER MEET

daba9d1
Select commit
Loading
Failed to load commit list.
Open

Add handshaking for Raft CLUSTER MEET #3532

Add handshaking for Raft CLUSTER MEET
daba9d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 18, 2026 in 1s

76.51% (-0.09%) compared to 6b93134

View this Pull Request on Codecov

76.51% (-0.09%) compared to 6b93134

Details

Codecov Report

❌ Patch coverage is 70.60703% with 92 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.51%. Comparing base (6b93134) to head (daba9d1).

Files with missing lines Patch % Lines
src/cluster_raft.c 67.94% 92 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           cluster-v2    #3532      +/-   ##
==============================================
- Coverage       76.59%   76.51%   -0.09%     
==============================================
  Files             160      161       +1     
  Lines           79288    79582     +294     
==============================================
+ Hits            60733    60890     +157     
- Misses          18555    18692     +137     
Files with missing lines Coverage Δ
src/cluster.c 90.66% <100.00%> (-0.12%) ⬇️
src/cluster_legacy.c 91.24% <100.00%> (-0.51%) ⬇️
src/cluster_state.c 88.74% <100.00%> (+0.63%) ⬆️
src/config.c 78.33% <ø> (ø)
src/server.c 89.45% <100.00%> (-0.11%) ⬇️
src/server.h 100.00% <ø> (ø)
src/cluster_raft.c 67.94% <67.94%> (ø)

... and 22 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.