-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cassandra role consistency level #287
Conversation
Should also be added to...
and then refactored at some point, to cassandra_common.py, as described in #248 |
Note the tests for ANY consistency level...
For this feature to be fully usable we need to create separate connections for read and write. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #287 +/- ##
==========================================
- Coverage 72.13% 71.29% -0.85%
==========================================
Files 37 26 -11
Lines 2688 1895 -793
Branches 605 403 -202
==========================================
- Hits 1939 1351 -588
+ Misses 394 293 -101
+ Partials 355 251 -104 ☔ View full report in Codecov by Sentry. |
Here is a summary of the support consistency levels for reads and writes...
We should update the code to reflect this. If the consistency level is not supported, we simply skip applying it. |
SUMMARY
Take over of #284
ISSUE TYPE
COMPONENT NAME
cassandra_role