Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Poll pageserver availability more aggressively at test startup
Even with the 100 ms interval, on my laptop the pageserver always becomes available on second attempt, so this saves about 900 ms at every test startup.
- Loading branch information
2f7ceca
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.
5074 tests run: 4898 passed, 2 failed, 174 skipped (full report)
Failures on Postgres 16
test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64test_gc_feedback_with_snapshots[github-actions-selfhosted]
: release-x86-64Flaky tests (4)
Postgres 17
test_pageserver_compaction_smoke
: release-arm64test_lr_with_slow_safekeeper
: release-arm64Postgres 15
test_cli_start_stop_multi
: release-arm64test_peer_recovery
: release-arm64Code coverage* (full report)
functions
:32.1% (7471 of 23243 functions)
lines
:50.0% (60205 of 120505 lines)
* collected from Rust tests only
2f7ceca at 2024-09-24T17:26:56.496Z :recycle: