pgsql: Test postmaster with program_options_handling_ok() et al.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test postmaster with program_options_handling_ok() et al.
Date: 2025-01-26 17:43:52
Message-ID: E1tc6fo-003gu9-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Test postmaster with program_options_handling_ok() et al.

Most executables already get that testing. To occupy the customary
001_basic.pl name, this renumbers the new-in-October tests of
src/test/postmaster/t.

Reviewed by Thomas Munro.

Discussion: https://postgr.es/m/20241215022701.a1.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f12df7eb46d5eb428a77a8aa5dc951011418935

Modified Files
--------------
src/test/postmaster/meson.build | 5 +++--
src/test/postmaster/t/001_basic.pl | 13 +++++++++++++
.../{001_connection_limits.pl => 002_connection_limits.pl} | 0
.../postmaster/t/{002_start_stop.pl => 003_start_stop.pl} | 0
4 files changed, 16 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-01-26 23:10:13 pgsql: pg_amcheck: Fix test failure on Windows with non-existing role
Previous Message Álvaro Herrera 2025-01-26 16:38:19 pgsql: Add missing CommandCounterIncrement