git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 908a968) | patch
Check availability of module injection_points in TAP tests
Thu, 5 Sep 2024 04:29:43 +0000 (13:29 +0900)
Thu, 5 Sep 2024 04:29:43 +0000 (13:29 +0900)
commit 5735521ac2d52485bca673039ba43e2b8cc71cd4
Check availability of module injection_points in TAP tests

This fixes defects with installcheck for TAP tests that expect the
module injection_points to exist in an installation, but the contents of
src/test/modules are not installed by default with installcheck. This
would cause, for example, failures under installcheck-world for a build
with injection points enabled, when the contents of src/test/modules/
are not installed.

The availability of the module can be done with a scan of
pg_available_extension. This has been introduced in 2cdcae9da696, and
it is refactored here as a new routine in Cluster.pm.

Tests are changed in different ways depending on what they need:
- The libpq TAP test sets up a node even without injection points, so it
is enough to check that CREATE EXTENSION can be used. There is no need
for the variable enable_injection_points.
- In test_misc, 006_signal_autovacuum requires a runtime check.
- 041_checkpoint_at_promote in recovery tests and 005_timeouts in
test_misc are updated to use the routine introduced in Cluster.pm.
- test_slru's 001_multixact, injection_points's 001_stats and
modules/gin/ do not require a check as these modules disable
installcheck entirely.

Discussion: https://postgr.es/m/ZtesYQ-WupeAK7xK@paquier.xyz
src/interfaces/libpq/Makefile diff | blob | blame | history
src/interfaces/libpq/meson.build diff | blob | blame | history
src/interfaces/libpq/t/005_negotiate_encryption.pl diff | blob | blame | history
src/test/modules/test_misc/t/005_timeouts.pl diff | blob | blame | history
src/test/modules/test_misc/t/006_signal_autovacuum.pl diff | blob | blame | history
src/test/perl/PostgreSQL/Test/Cluster.pm diff | blob | blame | history
src/test/recovery/t/041_checkpoint_at_promote.pl diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /