pullrequests Search Results · topic:postgresql org:postgrespro language:Python
Filter by
410 results
(140 ms)410 results
inpostgrespro (press backspace or delete to remove)This commit must fix a problem in test_pg_ctl_wait_option when his PostgreSQL instance conflicts with another one.
For this, we added two new things:
- PostgresNodeLogReader
- PostgresNodeUtils
...
dmitry-lipetsk
- Opened 3 days ago
- #257
Signatures: def makedir(self, path: str) def rmdir(self, path: str)
It is a part of work for #247.
dmitry-lipetsk
- Opened 4 days ago
- #253
This patch forces testgres to use a single instance of LocalOperations that is created with default parameters.
Note that, PortManager__ThisHost is used only when PostgresNode uses this single local_ops ...
dmitry-lipetsk
- 1
- Opened 5 days ago
- #252
This patch deletes a duplication of port manager code.
Now utils.reserve_port and utils.release_port works through _old_port_manager - it is a global instance of
PortManager__Generic that uses a global ...
dmitry-lipetsk
- 1
- Opened 5 days ago
- #251
This patch has the following changes:
1) It adds a new argument release_resources to PostgresNode::cleanup method. Default value is False.
2) It fixes a port number leak in NodeBackup::spawn_replica ...
dmitry-lipetsk
- Opened 6 days ago
- #250
This PR corrects tests to release reserved ports.
It is a part of work for #247.
dmitry-lipetsk
- Opened 6 days ago
- #248
Let s release all our test nodes correctly.
It is a part of work for #247.
dmitry-lipetsk
- Opened 6 days ago
- #246
This patch implements the proposal #244 - detach PostgresNode from ConnectionParams object.
It will use os_ops object only.
This PR closes #244.
dmitry-lipetsk
- 1
- Opened 9 days ago
- #245