Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assign max(lsn) to maxLastWrittenLsn in SetLastWrittenLSNForbl…
…okv (#10474) ## Problem See #10281 `SetLastWrittenLSNForBlockv` is assigning max(lsn) to `maxLastWrittenLsn` while its should contain only max LSN not present in LwLSN cache. It case unnecessary waits in PS. ## Summary of changes Restore status-quo for pg17. Related Postgres PR: neondatabase/postgres#563 --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
9f1408f
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.
7559 tests run: 7161 passed, 1 failed, 397 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (7)
Postgres 17
test_metrics_normal_work
: debug-x86-64-without-lfc, release-arm64-with-lfc, release-arm64-without-lfcPostgres 16
test_metrics_normal_work
: release-x86-64-with-lfc, release-arm64-with-lfctest_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64-with-lfcPostgres 14
test_branch_creation_before_gc
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.5% (8496 of 25347 functions)
lines
:49.3% (71463 of 144982 lines)
* collected from Rust tests only
9f1408f at 2025-01-24T18:26:59.272Z :recycle: