-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storcon: add peer token for peer to peer communication (#9695)
## Problem We wish to stop using admin tokens in the infra repo, but step down requests use the admin token. ## Summary of Changes Introduce a new "ControllerPeer" scope and use it for step-down requests.
- Loading branch information
Showing
4 changed files
with
10 additions
and
3 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
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
ceaa80f
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.
5446 tests run: 5205 passed, 9 failed, 232 skipped (full report)
Failures on Postgres 16
test_sharded_ingest[github-actions-selfhosted-1]
: release-x86-64test_compaction[github-actions-selfhosted]
: release-x86-64test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64test_download_churn[github-actions-selfhosted-1-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-1-std-fs-30]
: release-x86-64test_download_churn[github-actions-selfhosted-10-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-10-std-fs-30]
: release-x86-64test_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64test_download_churn[github-actions-selfhosted-100-std-fs-30]
: release-x86-64Flaky tests (1)
Postgres 17
test_compute_pageserver_connection_stress
: debug-x86-64Code coverage* (full report)
functions
:31.7% (7871 of 24806 functions)
lines
:49.4% (62278 of 126036 lines)
* collected from Rust tests only
ceaa80f at 2024-11-11T11:33:20.766Z :recycle: