Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flukyness of test_physical_and_logical_replicaiton.py (#10176)
## Problem See #10037 test_physical_and_logical_replication.py sometimes failed. ## Summary of changes Add `wait_replica_caughtup` to wait for replica sync Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
61fcf64
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.
7245 tests run: 6935 passed, 2 failed, 308 skipped (full report)
Failures on Postgres 16
test_ingest_logical_message[github-actions-selfhosted-fsync-131072]
: release-x86-64test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (1)
Postgres 17
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Code coverage* (full report)
functions
:31.2% (8394 of 26865 functions)
lines
:48.0% (66638 of 138941 lines)
* collected from Rust tests only
61fcf64 at 2024-12-18T21:32:43.933Z :recycle: