-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure we request pages with a known-flushed LSN. (#10413)
This should fix the largest source of flakyness of test_nbtree_pagesplit_cycleid. ## Problem #10390 ## Summary of changes By using a guaranteed-flushed LSN, we ensure that PS won't have to wait forever. (If it does wait forever, we know the issue can't be with Compute's WAL)
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 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
7be9710
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.
7477 tests run: 7088 passed, 2 failed, 387 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64test_download_churn[github-actions-selfhosted-100-tokio-epoll-uring-30]
: release-x86-64Flaky tests (3)
Postgres 17
test_storage_controller_node_deletion[False]
: debug-x86-64Postgres 15
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 14
test_compute_pageserver_connection_stress
: release-x86-64Code coverage* (full report)
functions
:33.7% (8420 of 25017 functions)
lines
:49.2% (70464 of 143315 lines)
* collected from Rust tests only
7be9710 at 2025-01-16T10:57:19.643Z :recycle: