Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable
Date: 2026-05-01 06:41:55
Message-ID: 3920360a-0e67-4991-ba83-57845048e97d@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2026-05-01 07:28:28 Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns
Previous Message Ayush Tiwari 2026-05-01 06:25:17 Re: [PATCH] Fix stale relation close in sequence synchronization