Skip to content

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

Filter by

243 results
 (131 ms)

243 results

inpostgrespro/testgres (press backspace or delete to remove)

This patch contains a lot of improvements for NodeApp - NodeApp was moved to own py-file - NodeApp::os_ops is RO-property - NodeApp::test_path is RO-property - NodeApp::nodes_to_cleanup is RO-property ...
  • dmitry-lipetsk
  • 1
  • Opened 
    5 days ago
  • #278

Python 3.13 deleted the following internal functions: - logging._acquireLock() - logging._releaseLock() See https://github.com/python/cpython/commit/74723e11109a320e628898817ab449b3dad9ee96 (Sep ...
  • dmitry-lipetsk
  • Opened 
    6 days ago
  • #276

This strange PostgresNode property is not documented and is not used in Testgres code.
  • dmitry-lipetsk
  • Opened 
    7 days ago
  • #275

This thing must be used instead os.path.join(...). I decided to use the name build_path instead path_join . If you know the better name for this method, please, let me know. Thanks. LocalOperations uses ...
  • dmitry-lipetsk
  • Opened 
    8 days ago
  • #273

  • demonolock
  • 4
  • Opened 
    8 days ago
  • #271

It will help understand what it happens? when a port conflict occurs.
  • dmitry-lipetsk
  • Opened 
    9 days ago
  • #270

This patch adds the RO-property PostgresNode::port_manager. This property returns a used port manager or None. Declaration of PostgresNode::_port_manager was corrected. New tests for PostgresNode::port_manager ...
  • dmitry-lipetsk
  • Opened 
    10 days ago
  • #269

This patch corrects PortManager__Generic: - Valid port range is [1024, 65535]. Old range was [1024, 65535) - Strange (copy paste) code for self._available_ports initialization is corrected - Strange ...
  • dmitry-lipetsk
  • Opened 
    10 days ago
  • #268