Skip to content

pullrequests Search Results · topic:postgres org:postgrespro

Filter by

981 results
 (104 ms)

981 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

Signature: def get_tempdir(self) - str
  • dmitry-lipetsk
  • Opened 
    4 days ago
  • #254

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 
    6 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 
    7 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

When we do not define TEST_CFG__LOG_DIR it is expected the testgres tests will create a log directory in a root of testgres project folder. We used config.rootpath for detect this folder in pytest_configure ...
  • dmitry-lipetsk
  • Opened 
    9 days ago
  • #243