Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert the tenant to be active in
unoffload_timeline
(#9539)
Currently, all callers of `unoffload_timeline` ensure that the tenant the unoffload operation is called on is active. We rely on it being active as we activate the timeline below and don't want to race with the activation code of the tenant (in the worst case, activating a timeline twice). Therefore, add this assertion. Part of #8088
- Loading branch information
62f5d48
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.
5274 tests run: 5051 passed, 1 failed, 222 skipped (full report)
Failures on Postgres 17
test_remote_storage_upload_queue_retries
: debug-x86-64Flaky tests (2)
Postgres 17
test_isolation[None]
: release-arm64Postgres 14
test_replica_query_race
: release-x86-64Test coverage report is not available
62f5d48 at 2024-10-29T01:24:00.946Z :recycle: