Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…8254) ## Problem LSN Leases introduced in #8084 is a new API that is made shard-aware from day 1. To support ephemeral endpoint in #7994 without linking Postgres C API against `compute_ctl`, part of the sharding needs to reside in `utils`. ## Summary of changes - Create a new `shard` module in utils crate. - Move more interface related part of tenant sharding API to utils and re-export them in pageserver_api. Signed-off-by: Yuchen Liang <[email protected]>
- Loading branch information
a68edad
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.
3129 tests run: 3001 passed, 1 failed, 127 skipped (full report)
Failures on Postgres 14
test_lsn_lease_size[False]
: debugTest coverage report is not available
a68edad at 2024-07-08T16:12:38.129Z :recycle: