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

feat: seek quorum for readonly session #33

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Mar 29, 2024

Closes #30.

@kezhuw kezhuw force-pushed the readonly-seek-for-writable branch from fa48d70 to 9deaf5a Compare March 29, 2024 11:45
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 97.35450% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 84.63%. Comparing base (376b21d) to head (9deaf5a).

Files Patch % Lines
src/session/connection.rs 91.48% 4 Missing ⚠️
src/session/mod.rs 91.42% 3 Missing ⚠️
tests/zookeeper.rs 99.25% 2 Missing ⚠️
src/endpoint.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   83.74%   84.63%   +0.88%     
==========================================
  Files          33       34       +1     
  Lines        4523     4750     +227     
==========================================
+ Hits         3788     4020     +232     
+ Misses        735      730       -5     

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

@kezhuw kezhuw merged commit d7ce22c into master Mar 29, 2024
15 checks passed
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.

Look for quorum server if connected to readonly server
1 participant