Skip to content

TAP test: skip gracefully on PostgreSQL < 15#71

Merged
darold merged 1 commit into
HexaCluster:masterfrom
Giperboloid:test_version_guard
May 30, 2026
Merged

TAP test: skip gracefully on PostgreSQL < 15#71
darold merged 1 commit into
HexaCluster:masterfrom
Giperboloid:test_version_guard

Conversation

@Giperboloid
Copy link
Copy Markdown
Contributor

The replication test relies on the Custom WAL Resource Manager API (RegisterCustomRmgr), which was introduced in PostgreSQL 15. Without a version guard the test would either fail to set up the cluster or error out in an unclear way on older installations.

Add a skip_all plan guard that parses the major version from pg_config --version output.

The replication test relies on the Custom WAL Resource Manager API
(RegisterCustomRmgr), which was introduced in PostgreSQL 15.  Without a
version guard the test would either fail to set up the cluster or error
out in an unclear way on older installations.

Add a skip_all plan guard that parses the major version from
`pg_config --version` output.
@darold darold merged commit f4df4a8 into HexaCluster:master May 30, 2026
6 checks passed
@darold
Copy link
Copy Markdown
Contributor

darold commented May 30, 2026

Makefile updated regarding to your patch in commit 02fa131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants