-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storcon: use tracing for logging panics (#8734)
this gives spans for panics, and does not globber loki output by writing to stderr while all of the other logging is to stdout. See: #3475
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24d347f
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.
2252 tests run: 2172 passed, 1 failed, 79 skipped (full report)
Failures on Postgres 14
test_sharding_autosplit[github-actions-selfhosted]
: releaseCode coverage* (full report)
functions
:32.4% (7216 of 22266 functions)
lines
:50.4% (58279 of 115732 lines)
* collected from Rust tests only
24d347f at 2024-08-15T15:42:04.032Z :recycle: