meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund <andres@anarazel.de>
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
Files
| Path | Change | +/− |
|---|---|---|
| .cirrus.yml | modified | +15 −0 |
| contrib/basic_archive/meson.build | modified | +3 −0 |
| contrib/pg_freespacemap/meson.build | modified | +3 −0 |
| contrib/pg_stat_statements/meson.build | modified | +4 −0 |
| contrib/pg_walinspect/meson.build | modified | +3 −0 |
| contrib/test_decoding/meson.build | modified | +5 −0 |
| doc/src/sgml/installation.sgml | modified | +6 −0 |
| meson.build | modified | +77 −14 |
| src/interfaces/ecpg/test/meson.build | modified | +1 −0 |
| src/test/isolation/meson.build | modified | +1 −0 |
| src/test/modules/commit_ts/meson.build | modified | +3 −0 |
| src/test/modules/snapshot_too_old/meson.build | modified | +3 −0 |
| src/test/modules/test_oat_hooks/meson.build | modified | +1 −0 |
| src/test/modules/test_pg_dump/meson.build | modified | +2 −0 |
| src/test/modules/test_slru/meson.build | modified | +1 −0 |
| src/test/modules/worker_spi/meson.build | modified | +3 −1 |
| src/test/regress/meson.build | modified | +1 −0 |
Documentation touched
Discussion
- [RFC] building postgres with meson 392 messages · 2021-10-12 → 2023-06-12