Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Online checkpoint replication state (#9976)
## Problem See https://neondb.slack.com/archives/C04DGM6SMTM/p1733180965970089 Replication state is checkpointed only by shutdown checkpoint. It means that replication snapshots are not removed till compute shutdown. ## Summary of changes Checkpoint replication state during online checkpoint Related Postgres PR: neondatabase/postgres#546 Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
aaf980f
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.
7095 tests run: 6796 passed, 1 failed, 298 skipped (full report)
Failures on Postgres 17
test_idle_checkpoints
: debug-x86-64Flaky tests (6)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: debug-x86-64Postgres 16
test_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64Postgres 15
test_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-x86-64Postgres 14
test_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64Test coverage report is not available
aaf980f at 2024-12-18T10:31:42.107Z :recycle: