-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prefer API over direct config access #31607
Conversation
as usual - @butonic tests are failing - please fix |
@sharidas please take over |
Signed-off-by: Sujith H <[email protected]>
4a749d9
to
aeea45d
Compare
Codecov Report
@@ Coverage Diff @@
## master #31607 +/- ##
=============================================
- Coverage 65.11% 47.69% -17.42%
=============================================
Files 1199 109 -1090
Lines 69629 10361 -59268
Branches 1283 1260 -23
=============================================
- Hits 45336 4942 -40394
+ Misses 23919 5050 -18869
+ Partials 374 369 -5
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #31607 +/- ##
============================================
+ Coverage 65.11% 65.11% +<.01%
Complexity 18338 18338
============================================
Files 1199 1199
Lines 69629 69630 +1
Branches 1283 1283
============================================
+ Hits 45336 45337 +1
Misses 23919 23919
Partials 374 374
Continue to review full report at Codecov.
|
Updated the PR with the unit test. |
Update unit test for encryption enable command Signed-off-by: Sujith H <[email protected]>
aeea45d
to
64cb9d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the minor comment regarding TODO, LGTM 👍
@sharidas please backport |
Backport PR : #34504 |
Need to merge #34505. |
Direct config access should be avoided if we can use a proper API. Also added a TODO for the missing API to enable encryption.
Found while reviewing #31598