Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Make test_hot_standby_feedback more forgiving of slow initializ…
…ation (#9113) Don't start waiting for the index to appear in the secondary until it has been created in the primary. Before, if the "pgbench -i" step took more than 60 s, we would give up. There was a flaky test failure along those lines at: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-9105/10997477941/index.html#suites/950eff205b552e248417890b8b8f189e/73cf4b5648fa6f74/ Hopefully, this avoids such failures in the future.
- Loading branch information
70fe007
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.
4986 tests run: 4821 passed, 1 failed, 164 skipped (full report)
Failures on Postgres 16
test_neon_cli_basics
: release-arm64Flaky tests (4)
Postgres 17
test_neon_cli_basics
: release-arm64Postgres 15
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_neon_cli_basics
: release-arm64Postgres 14
test_neon_cli_basics
: release-arm64Test coverage report is not available
70fe007 at 2024-09-24T15:04:09.360Z :recycle: