Re: Document how to run only specific regress tests
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-10-29T08:28:23Z
Lists: pgsql-docs
> On 29 Oct 2024, at 05:40, Paul A Jungwirth <pj@illuminatedcomputing.com> wrote: > > I never knew this was possible, but I ran across a note on the meson > wiki page[1]. I wish I knew about it years ago! > > This patch adds a note to > https://www.postgresql.org/docs/current/regress-run.html so that other > hackers and potential hackers will know about it. While not related to this patch per se, the lack of any meson related information on that page isn't great. + Note that sometimes tests depend on each other, so you might get + extra failures. Reading this pretending I don't know about regression test internals, I think "extra" would be hard to interpret the meaning of. How about "unexpected"? -- Daniel Gustafsson
Commits
-
doc: Document how to run a subset of regress tests
- 20bff3d7945e 19 (unreleased) landed