Skip to content
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: enable panic backtraces #2150

Merged
merged 1 commit into from
Jan 11, 2024
Merged

fix: enable panic backtraces #2150

merged 1 commit into from
Jan 11, 2024

Conversation

rchincha
Copy link
Contributor

We expect panics in the server/datapath to be few and far between. So the backtraces are more valuable now.

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

We expect panics in the server/datapath to be few and far between.
So the backtraces are more valuable now.

Signed-off-by: Ramkumar Chinchani <[email protected]>
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (59f41ac) 92.10% compared to head (648680e) 92.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2150   +/-   ##
=======================================
  Coverage   92.10%   92.10%           
=======================================
  Files         165      165           
  Lines       28756    28757    +1     
=======================================
+ Hits        26485    26486    +1     
  Misses       1675     1675           
  Partials      596      596           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rchincha rchincha added this to the v2.0.1 milestone Jan 6, 2024
@rchincha rchincha merged commit 1c756b4 into project-zot:main Jan 11, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants