-
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.
proxy: Present new auth backend cplane_proxy_v1 (#10012)
Implement a new auth backend based on the current Neon backend to switch to the new Proxy V1 cplane API. Implements [#21048](neondatabase/cloud#21048)
- Loading branch information
Showing
6 changed files
with
634 additions
and
2 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
Oops, something went wrong.
ffc9c33
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.
7166 tests run: 6848 passed, 0 failed, 318 skipped (full report)
Flaky tests (4)
Postgres 16
test_subscriber_synchronous_commit
: release-arm64test_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64Postgres 15
test_pull_timeline[True]
: release-x86-64Postgres 14
test_pull_timeline[True]
: release-x86-64Code coverage* (full report)
functions
:31.4% (8324 of 26471 functions)
lines
:47.8% (65410 of 136877 lines)
* collected from Rust tests only
ffc9c33 at 2024-12-05T14:53:58.553Z :recycle: