Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable
Date
Msg-id 3920360a-0e67-4991-ba83-57845048e97d@proxel.se
Whole thread
In response to meson/testwrap: support EXTRA_REGRESS_OPTS environment variable  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-hackers
On 4/23/26 15:05, Bertrand Drouvot wrote:
> This enables running the full schedule with extra pg_regress options, like:
> 
> EXTRA_REGRESS_OPTS="--use-existing" meson test --setup running --suite regress-running
> 
> Once we agree on a fix and that fix is pushed, I think it would make sense
> to add an example in [2].
Nice to see more people wanting this. :)

I already have a patch[1] for this in the current commitfest which 
people think looks good other than that it lacks documentation, which I 
think is a fair complaint. It is basically just waiting for me (or 
someone else!) to find a bit of time to write documentation for it. Feel 
free to help out, but otherwise I plan to write documentation after 
PGConf.dev when my life is a bit less hectic.

1. https://commitfest.postgresql.org/patch/6361/

--
Andreas Karlsson
Percona




pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: Re: [PATCH] Fix stale relation close in sequence synchronization
Next
From: Andreas Karlsson
Date:
Subject: Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns