-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libs: remove unnecessary regex in
pprof::symbolize
(#10893)
`pprof::symbolize()` used a regex to strip the Rust monomorphization suffix from generic methods. However, the `backtrace` crate can do this itself if formatted with the `:#` flag. Also tighten up the code a bit.
- Loading branch information
1 parent
9ba2a87
commit 0b3db74
Showing
1 changed file
with
14 additions
and
23 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
0b3db74
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.
7697 tests run: 7314 passed, 1 failed, 382 skipped (full report)
Failures on Postgres 17
test_migration_to_cold_secondary
: release-arm64-with-lfcFlaky tests (1)
Postgres 17
test_branch_behind
: debug-x86-64-without-lfcTest coverage report is not available
0b3db74 at 2025-02-19T20:00:37.706Z :recycle: