Skip to content

feat: add replica connection support and fix silent crash on query timeout - #281

Open
SantoshDhaladhuli wants to merge 13 commits into
FalkorDB:mainfrom
SantoshDhaladhuli:feat/replica-connections-and-timeout-recovery
Open

feat: add replica connection support and fix silent crash on query timeout#281
SantoshDhaladhuli wants to merge 13 commits into
FalkorDB:mainfrom
SantoshDhaladhuli:feat/replica-connections-and-timeout-recovery

Merge branch 'main' into feat/replica-connections-and-timeout-recovery

7d27f62
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2026 in 0s

94.89% (+1.26%) compared to 150cade

View this Pull Request on Codecov

94.89% (+1.26%) compared to 150cade

Details

Codecov Report

❌ Patch coverage is 97.74965% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.89%. Comparing base (150cade) to head (7d27f62).

Files with missing lines Patch % Lines
falkordb/asyncio/falkordb.py 78.94% 8 Missing ⚠️
falkordb/asyncio/cluster.py 90.47% 4 Missing ⚠️
falkordb/falkordb.py 91.17% 3 Missing ⚠️
falkordb/cluster.py 97.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
+ Coverage   93.62%   94.89%   +1.26%     
==========================================
  Files          40       46       +6     
  Lines        3124     3784     +660     
==========================================
+ Hits         2925     3591     +666     
+ Misses        199      193       -6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.