Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase max connection for replica to prevent test flukyness (#10306)
## Problem See #10167 Too small number of `max_connections` (2) can cause failures of test_physical_replication_config_mismatch_too_many_known_xids test ## Summary of changes Increase `max_connections` to 5 Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
1783501
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.
7455 tests run: 7074 passed, 0 failed, 381 skipped (full report)
Flaky tests (1)
Postgres 17
test_subscriber_synchronous_commit
: release-x86-64Code coverage* (full report)
functions
:32.7% (8078 of 24696 functions)
lines
:47.9% (67606 of 141088 lines)
* collected from Rust tests only
1783501 at 2025-01-13T22:37:05.562Z :recycle: