Re: Document how to run only specific regress tests

2024-11-10 Thread jian he
hi. maybe verbose, the following is the my intended changes based on your patch. what do you think? Running Specific Tests You can run a subset of the regression tests through the TESTS environment variable. One way to do it is set TESTS environment variable beforehand: export T

Re: Document how to run only specific regress tests

2024-10-29 Thread Tom Lane
Daniel Gustafsson writes: > While not related to this patch per se, the lack of any meson related > information on that page isn't great. Indeed. I think this is one of the main unfinished bits of business for our meson conversion. It's not clear to me that our meson infrastructure can do all t

Re: Document how to run only specific regress tests

2024-10-29 Thread Daniel Gustafsson
> On 29 Oct 2024, at 05:40, Paul A Jungwirth > 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 p

Re: Document how to run only specific regress tests

2024-10-29 Thread jian he
On Tue, Oct 29, 2024 at 12:40 PM Paul A Jungwirth 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 p

Document how to run only specific regress tests

2024-10-28 Thread Paul A Jungwirth
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. [1] https://wiki.postgresql.org/w