-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: merge AuthError and AuthErrorImpl (#9418)
Since GetAuthInfoError now boxes the ControlPlaneError message the variant is not big anymore and AuthError is 32 bytes.
- Loading branch information
Showing
2 changed files
with
39 additions
and
49 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
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
ed69473
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.
5290 tests run: 5073 passed, 0 failed, 217 skipped (full report)
Flaky tests (4)
Postgres 17
test_subscriber_restart
: release-x86-64test_timeline_offloading[False]
: release-arm64Postgres 16
test_secondary_background_downloads
: release-x86-64test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.3% (7549 of 24105 functions)
lines
:49.1% (60416 of 122933 lines)
* collected from Rust tests only
ed69473 at 2024-10-16T18:31:59.722Z :recycle: