-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare to move timeouts and cancellation handling to remote_storage (#…
…6696) This PR is preliminary cleanups and refactoring around `remote_storage` for next PR which will move the timeouts and cancellation into `remote_storage`. Summary: - smaller drive-by fixes - code simplification - refactor common parts like `DownloadError::is_permanent` - align error types with `RemoteStorage::list_*` to use more `download_retry` helper Cc: #6096
- Loading branch information
Showing
10 changed files
with
175 additions
and
143 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
Oops, something went wrong.
eb919ca
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.
2493 tests run: 2363 passed, 6 failed, 124 skipped (full report)
Failures on Postgres 16
test_pageserver_lsn_wait_error_start
: debugFailures on Postgres 14
test_pgbench_intensive_init_workload[neon_off-1000]
: releasetest_heavy_write_workload[neon_off-10-5-5]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[10-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-13-30]
: releaseFlaky tests (5)
Postgres 16
test_compute_pageserver_connection_stress
: releasetest_pg_regress[None]
: debugtest_tenant_delete_smoke
: releasePostgres 15
test_crafted_wal_end[last_wal_record_crossing_segment]
: releasePostgres 14
test_physical_replication
: releaseTest coverage report is not available
eb919ca at 2024-02-09T14:09:41.802Z :recycle: