Skip to content

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

Filter by

28 results
 (73 ms)

28 results

inpostgrespro/testgres (press backspace or delete to remove)

Problem 1 https://github.com/postgrespro/testgres/blob/354de695b13be37ad481f92a084df9809704eea1/testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py#L14 Must be testgres.NodeApp. See: https://github.com/postgrespro/testgres/blob/354de695b13be37ad481f92a084df9809704eea1/testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py#L63 ...
  • dmitry-lipetsk
  • Opened 
    17 days ago
  • #258

Testgres cannot allocate a port number 65535, because it uses the range(1024, 65535): https://github.com/postgrespro/testgres/blob/edd64db5284a6b34e275e022a4cc673e1032a6ea/testgres/impl/port_manager__generic.py#L23 ...
enhancement
  • dmitry-lipetsk
  • Opened 
    18 days ago
  • #256

Alter execution of TestTestgresCommon::test_replication_slots one port is not released. Not released port is allocated in NodeBackup::spawn_primary that is called in NodeBackup::spawn_replica: https://github.com/postgrespro/testgres/blob/5f8f5dd2e5684a340f640141f01b3edd5ebca5a9/testgres/backup.py#L187-L192 ...
bug
  • dmitry-lipetsk
  • 1
  • Opened 
    21 days ago
  • #249

Testgres must use lock files to prevent a reservation of the same port by multiple parallel workers. The current implementation allows the reservation of one port number by multiple parallel workers (on ...
enhancement
  • dmitry-lipetsk
  • 2
  • Opened 
    21 days ago
  • #247

Hello All, I offer to do not use ConnectionParams object in PostgresNode. PostgresNode must use os_ops instead. What does it mean? It means that if you want to use PostgresNode with RemoteOperations ...
enhancement
  • dmitry-lipetsk
  • Opened 
    24 days ago
  • #244

Now with #234 that make PostgresNode::port read-only is not possible to run PostgresNode::psql in a different port. We did this trick here in order to do some sanity checks after execute pg_upgrade to ...
enhancement
  • fabriziomello
  • 5
  • Opened 
    on Apr 23
  • #240

https://app.travis-ci.com/github/postgrespro/testgres/jobs/631955014 I think, we should wait for creation of postmaster.pid and after this begin stopping our node. ______________ TestTestgresCommon.test_pg_ctl_wait_option[remote] ...
  • dmitry-lipetsk
  • 5
  • Opened 
    on Apr 5
  • #235

Documentation says - subscription_parameters must be enumerated through comma symbol: https://www.postgresql.org/docs/current/sql-createsubscription.html CREATE SUBSCRIPTION subscription_name CONNECTION ...
  • dmitry-lipetsk
  • Opened 
    on Mar 16
  • #220

Hi, First of all: thanks for this package - it is really useful and easy to use. I couldn t find any support for LISTEN/NOTIFY in the documentation. Did I miss it or there is none?
  • mkleczek
  • 2
  • Opened 
    on Jan 27
  • #177

It is needed to improve the port number management code - reserving and releasing. For example, we must not try to reassign a port number that was defined by client when we get a conflict during start ...
  • dmitry-lipetsk
  • Opened 
    on Dec 12, 2024
  • #164
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub