An open API service providing repository metadata for many open source software ecosystems.

GitHub / postgrespro / testgres

Testing framework for PostgreSQL and its extensions

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Ftestgres
PURL: pkg:github/postgrespro/testgres

Stars: 150
Forks: 37
Open issues: 11

License: other
Language: Python
Size: 1.08 MB
Dependencies parsed at: Pending

Created at: about 9 years ago
Updated at: 5 days ago
Pushed at: 5 days ago
Last synced at: 5 days ago

Commit Stats

Commits: 503
Authors: 36
Mean commits per author: 13.97
Development Distribution Score: 0.557
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/postgrespro/testgres

Topics: pathman, postgres, postgresql, replication, testgres, testing

Releases
1.9.1

1.9.1 Pre-release

  • Removed paramiko library usage
about 2 years ago
Download
1.9.0

1.9.0 Pre-release

  • Added the ability to create PostgreSQL nodes on remote hosts via SSH. All local commands, such as directory creation and file reading, have been moved to the LocalOperations class. Remote commands are now housed in the RemoteOperations class. The class is selected depending on the parameters passed to PostgresNode.
over 2 years ago
Download
1.8.9

1.8.9

  • Introducing support for specific PostgreSQL versions
over 2 years ago
Download
1.8.8

1.8.8

  • Minor enhancements in test syntax
over 2 years ago
Download
Adapt to PG 13

1.8.4

And revert cdc933ff4af.

about 5 years ago
Download
almost 6 years ago
Download
1.8.2

1.8.2

Small fix: PostgresNode.safe_psql() now raises error on wrong input (issue #52).

over 7 years ago
Download
1.8.1

1.8.1

Small fix: make NodeBackup aware of inheritors of PostgresNode.

over 7 years ago
Download
1.8.0

1.8.0

  • Add suppress option to PostgresNode.poll_query_until() (PR #51);
  • Add format option to PostgresNode.dump() (PR #32);
  • Add promote() method to PostgresNode (PR #47);
  • Add version property to PostgresNode (PR #49);
  • Add support for logical replication (PR #42);
over 7 years ago
Download