Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: stabilize test_storage_controller_heartbeats (#9347)
## Problem This could fail with `reconciliation in progress` if running on a slow test node such that background reconciliation happens at the same time as we call consistency_check. Example: https://neon-github-public-dev.s3.amazonaws.com/reports/main/11258171952/index.html#/testresult/54889c9469afb232 ## Summary of changes - Call reconcile_until_idle before calling consistency check once, rather than calling consistency check until it passes
- Loading branch information
1849356
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.
5094 tests run: 4886 passed, 1 failed, 207 skipped (full report)
Failures on Postgres 15
test_pageserver_chaos[None]
: release-arm64Flaky tests (3)
Postgres 17
test_replica_start_scan_clog_crashed_xids
: release-arm64Postgres 16
test_subscriber_restart
: release-x86-64Postgres 15
test_subscriber_restart
: release-x86-64Test coverage report is not available
1849356 at 2024-10-11T09:27:02.629Z :recycle: