-
Notifications
You must be signed in to change notification settings - Fork 984
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
Enable SSL mode in embedded Cassandra used by unit tests. #2130
Enable SSL mode in embedded Cassandra used by unit tests. #2130
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2130 +/- ##
============================================
+ Coverage 46.62% 54.68% +8.06%
+ Complexity 3953 1574 -2379
============================================
Files 867 401 -466
Lines 51567 21725 -29842
Branches 5399 2156 -3243
============================================
- Hits 24043 11881 -12162
+ Misses 25808 9147 -16661
+ Partials 1716 697 -1019
|
Could we get a summary as a code comment of why all this is needed to enable SSL as readers may not be fully aware of the nuances of enabling SSL? |
1632f51
to
3b39d1f
Compare
|
3b39d1f
to
6ed1b5a
Compare
Overview
This is a child of #2114.
This has UT only changes to enable SSL in embedded Cassandra used by Bulk UT.