-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: remove AdjacentVectoredReadBuilder and bump minmimum io_…
…buffer_alignment to 512 (#9175) Part of #8130 ## Problem After deploying neondatabase/infra#1927, we shipped `io_buffer_alignment=512` to all prod region. The `AdjacentVectoredReadBuilder` code path is no longer taken and we are running pageserver unit tests 6 times in the CI. Removing it would reduce the test duration by 30-60s. ## Summary of changes - Remove `AdjacentVectoredReadBuilder` code. - Bump the minimum `io_buffer_alignment` requirement to at least 512 bytes. - Use default `io_buffer_alignment` for Rust unit tests. Signed-off-by: Yuchen Liang <[email protected]>
- Loading branch information
Showing
4 changed files
with
57 additions
and
207 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
Oops, something went wrong.
d56c4e7
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.
5013 tests run: 4850 passed, 5 failed, 158 skipped (full report)
Failures on Postgres 17
test_pageserver_compaction_smoke
: release-x86-64, release-arm64test_subscriber_restart
: release-x86-64Failures on Postgres 16
test_logging_event_count[debug]
: release-x86-64Failures on Postgres 15
test_subscriber_restart
: release-x86-64Flaky tests (3)
Postgres 16
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_subscriber_restart
: release-x86-64Postgres 14
test_hot_standby_gc[False]
: release-x86-64Test coverage report is not available
d56c4e7 at 2024-09-27T16:25:12.392Z :recycle: