-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Backport 2.x] [k-NN] Add Clear Cache API #1055
Conversation
Leaving this PR open until AppSec review and Pentest is done. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1055 +/- ##
============================================
+ Coverage 84.86% 85.07% +0.21%
+ Complexity 1343 1174 -169
============================================
Files 167 159 -8
Lines 5516 4770 -746
Branches 548 430 -118
============================================
- Hits 4681 4058 -623
+ Misses 602 519 -83
+ Partials 233 193 -40 ☔ View full report in Codecov by Sentry. |
5c59e26
70bca5f
to
5c59e26
Compare
* Add Clear Cache API Signed-off-by: Naveen Tatikonda <[email protected]> * Add Unit and Integration tests Signed-off-by: Naveen Tatikonda <[email protected]> * Add BWC Tests Signed-off-by: Naveen Tatikonda <[email protected]> * Add CHANGELOG Signed-off-by: Naveen Tatikonda <[email protected]> * Address Review Comments Signed-off-by: Naveen Tatikonda <[email protected]> --------- Signed-off-by: Naveen Tatikonda <[email protected]> (cherry picked from commit 12f4a51) Signed-off-by: Naveen Tatikonda <[email protected]>
5c59e26
to
b8abb56
Compare
Signed-off-by: Naveen Tatikonda <[email protected]>
@naveentatikonda thanks for fixing the tests |
Backport 12f4a51 from #740