meson: Add 'running' test setup, as a replacement for installcheck
authorAndres Freund <andres@anarazel.de>
Wed, 7 Dec 2022 20:13:35 +0000 (12:13 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 7 Dec 2022 20:13:35 +0000 (12:13 -0800)
commit3f0e786ccbf50a2f819fbf72d51ba13221adaaa1
tree08329608a9f55fd0710ee231e0e96bf8e4ec1d8e
parent8305629afe64c9065369d022e91be9f16f3972fa
meson: Add 'running' test setup, as a replacement for installcheck

To run all tests that support running against existing server:
$ meson test --setup running

To run just the main pg_regress tests against existing server:
$ meson test --setup running regress-running/regress

To ensure the 'running' setup continues to work, test it as part of the
freebsd CI task.

Discussion: https://postgr.es/m/CAH2-Wz=XDQcmLoo7RR_i6FKQdDmcyb9q5gStnfuuQXrOGhB2sQ@mail.gmail.com
17 files changed:
.cirrus.yml
contrib/basic_archive/meson.build
contrib/pg_freespacemap/meson.build
contrib/pg_stat_statements/meson.build
contrib/pg_walinspect/meson.build
contrib/test_decoding/meson.build
doc/src/sgml/installation.sgml
meson.build
src/interfaces/ecpg/test/meson.build
src/test/isolation/meson.build
src/test/modules/commit_ts/meson.build
src/test/modules/snapshot_too_old/meson.build
src/test/modules/test_oat_hooks/meson.build
src/test/modules/test_pg_dump/meson.build
src/test/modules/test_slru/meson.build
src/test/modules/worker_spi/meson.build
src/test/regress/meson.build