-
Notifications
You must be signed in to change notification settings - Fork 106
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(ux): Disable issue URLs for a known shutdown panic in abscissa #6486
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6486 +/- ##
==========================================
- Coverage 77.80% 77.70% -0.11%
==========================================
Files 304 305 +1
Lines 39678 40100 +422
==========================================
+ Hits 30870 31158 +288
- Misses 8808 8942 +134 |
Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
Failed due to #6498: A different job failed due to a timing issue in components::mempool::storage::tests::prop::eviction_list_time_mixed:
|
Motivation
When the running
zebrad
binary is updated, Abscissa panics on shutdown due to an application path check.It should ignore the path error instead, hopefully this is fixed by the latest Abscissa version in #5502.
In the meantime, we don't want users to report this known issue as a new bug.
Solution
Review
This is a low priority usability fix.
Reviewer Checklist