Skip to content

Commit

Permalink
Update testing README.
Browse files Browse the repository at this point in the history
  • Loading branch information
psoo committed Jul 21, 2023
1 parent a197070 commit 01a34d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,17 @@ podman exec -it pg-fdw-15 bash build.sh

Editing and compiling can also be done within the container, all required development file are
installed.

Using testing containers
------------------------

`podman-compose-pgdg-testing.yaml` provides a service `pg-fdw-pgdg-testing` especially for builds
against the PGDG testing repositories. All other definition are the same as in podman-compose.yaml.

The `pg-fdw` container there is in contrast initialized with `pgdg${PG_MAJOR_VERSION}-updates-testing`
repositories, which also allows to test with a new upcoming major release as soon as PGDG upstream
provides those packages. To initiate testing, issue the following commands for example:

```shell
PG_MAJOR_VERSION=16 podman-compose -f podman-compose-pgdg-testing.yaml up -d informix-regression pg-fdw-pgdg-testing
```

0 comments on commit 01a34d7

Please sign in to comment.