-
Notifications
You must be signed in to change notification settings - Fork 763
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: log panic in am #3174
fix: log panic in am #3174
Conversation
Signed-off-by: Alex Pana <[email protected]>
Needs backporting to 3.14 |
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.
Thank you! LGTM
please feel free to create a cherry pick pr for release-3.14 after this pr merges |
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3174 +/- ##
==========================================
+ Coverage 53.68% 53.81% +0.13%
==========================================
Files 136 136
Lines 12198 12198
==========================================
+ Hits 6548 6564 +16
+ Misses 5145 5133 -12
+ Partials 505 501 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Alex Pana <[email protected]>
Signed-off-by: Alex Pana <[email protected]>
…pen-policy-agent#3180) Signed-off-by: Alex Pana <[email protected]>
Signed-off-by: Alex Pana <[email protected]>
fixes #3171
this was a dormant panic it seems that never got hit before since the log level was never exercised prior to changing the DebugLevel to 1.