-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adjust the tonic features to remove axum dependency (#10348)
To help facilitate an upgrade to axum 0.8 (#10332 (review)) this massages the tonic dependency features so that tonic does not depend on axum.
- Loading branch information
1 parent
14e1f89
commit 2b49d6e
Showing
6 changed files
with
23 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
2b49d6e
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.
7521 tests run: 7126 passed, 0 failed, 395 skipped (full report)
Flaky tests (2)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: release-arm64Postgres 16
test_scrubber_physical_gc_ancestors[2]
: release-arm64Code coverage* (full report)
functions
:33.5% (8448 of 25250 functions)
lines
:49.2% (70929 of 144165 lines)
* collected from Rust tests only
2b49d6e at 2025-01-22T11:34:39.071Z :recycle: