]> git.ipfire.org Git - thirdparty/psycopg.git/commit
ci: configure the database to run two-phase-commit tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 20 Dec 2022 20:19:23 +0000 (20:19 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 22 Dec 2022 03:32:27 +0000 (03:32 +0000)
commit8a26071d06cbffa26c5ae5017f4bb55b9bdb3879
treefb451a210ac6881a8c681c6dbb20e6059ab62aea
parent0dce56cd44b7c2ea0793c7b1cc4a21f72a40c773
ci: configure the database to run two-phase-commit tests

We can't use the Github Actions PostgreSQL service because it doesn't
seem possible to configure the server for stored transactions:

- the service yaml definition doesn't take args to pass to run
- we can't overwrite the entry point with a script of ours because the
  service starts before actions/checkout
- the postgres image doesn't allow to pass extra parameters to the
  server via an env var
.github/workflows/tests.yml