-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pageserver): auto-detect previous aux file policy (#7841)
## Problem If an existing user already has some aux v1 files, we don't want to switch them to the global tenant-level config. Part of #7462 --------- Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
Showing
2 changed files
with
95 additions
and
1 deletion.
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
64577cf
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.
3196 tests run: 3054 passed, 2 failed, 140 skipped (full report)
Failures on Postgres 14
test_storage_controller_many_tenants[github-actions-selfhosted]
: releasetest_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]
: releaseFlaky tests (3)
Postgres 15
test_secondary_background_downloads
: releasetest_timeline_deletion_with_files_stuck_in_upload_queue
: debugtest_timeline_size_quota_on_startup
: releaseCode coverage* (full report)
functions
:31.3% (6417 of 20480 functions)
lines
:48.1% (49398 of 102721 lines)
* collected from Rust tests only
64577cf at 2024-05-22T17:59:26.275Z :recycle: