Re: Allow passing extra options to initdb for tests
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-02-14T07:50:19Z
Lists: pgsql-hackers
On Tue, Feb 6, 2024 at 4:24 PM Peter Eisentraut <peter@eisentraut.org> wrote: > I think this can be useful for a wide variety of uses, like running all > tests with checksums enabled, or with JIT enabled, or with different GUC > settings, or with different locale settings. (The existing pg_regress > --no-locale option is essentially a special case of this, but it only > provides one particular locale setting, not things like changing the > default provider etc.) > > Of course, not all tests are going to pass with arbitrary options, but > it is useful to run this against specific test suites. +1. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Allow passing extra options to initdb for tests
- 995d400ceca3 17.0 landed