-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix: nil pointer dereference when failed to scan out the quota records from redis #21046
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #21046 +/- ##
===========================================
+ Coverage 45.36% 66.08% +20.71%
===========================================
Files 244 1049 +805
Lines 13333 114603 +101270
Branches 2719 2856 +137
===========================================
+ Hits 6049 75733 +69684
- Misses 6983 34727 +27744
- Partials 301 4143 +3842
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
lgtm
…s from redis Signed-off-by: Liang Zheng <[email protected]>
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.
lgtm
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.
lgtm
Signed-off-by: Liang Zheng [email protected]
Comprehensive Summary of your change
Issue being fixed
Fixes 21045
Please indicate you've done the following: