Skip to content

pullrequests Search Results · repo:postgrespro/testgres language:Python

Filter by

231 results
 (74 ms)

231 results

inpostgrespro/testgres (press backspace or delete to remove)

- the calls of logging.root.handle are handled (LogWrapper2) - critical errors are processed
  • dmitry-lipetsk
  • Opened 
    10 days ago
  • #260

It is a part of work for #247. Closes #258
  • dmitry-lipetsk
  • Opened 
    11 days ago
  • #259

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 
    15 days ago
  • #257

Closes #247 Closes #256
  • dmitry-lipetsk
  • 1
  • Opened 
    16 days ago
  • #255

Signature: def get_tempdir(self) - str
  • dmitry-lipetsk
  • Opened 
    16 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 
    16 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 
    17 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 
    17 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 
    18 days ago
  • #250

This PR corrects tests to release reserved ports. It is a part of work for #247.
  • dmitry-lipetsk
  • Opened 
    18 days ago
  • #248