mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 23:12:54 +00:00
Increase max connection for replica to prevent test flukyness (#10306)
## Problem See https://github.com/neondatabase/neon/issues/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>
This commit is contained in:
committed by
GitHub
parent
fd1368d31e
commit
1783501eaa
@@ -187,7 +187,7 @@ def test_physical_replication_config_mismatch_too_many_known_xids(neon_simple_en
|
||||
origin=primary,
|
||||
endpoint_id="secondary",
|
||||
config_lines=[
|
||||
"max_connections=2",
|
||||
"max_connections=5",
|
||||
"autovacuum_max_workers=1",
|
||||
"max_worker_processes=5",
|
||||
"max_wal_senders=1",
|
||||
|
||||
Reference in New Issue
Block a user