Re: Running a single test

2025-11-18 Thread Andrew Dunstan
On 2025-11-17 Mo 6:57 AM, jian he wrote: On Mon, Nov 17, 2025 at 6:27 PM Viktor Holmberg wrote: Hello hackers Apologies if this is a n00b question - but really can’t find anything about it in the docs. I can run all the regression tests with `make test`. But is there a way to run a single

Re: Running a single test

2025-11-18 Thread Nazir Bilal Yavuz
Hi, On Tue, 18 Nov 2025 at 12:11, Daniel Gustafsson wrote: > > > On 18 Nov 2025, at 09:55, Viktor Holmberg wrote: > > > FWIW, that doc patch would have helped me! Postgres wiki page [1] has nice information too. > > Maybe we should resurrect it then, I tweaked it a fraction to better match the

Re: Running a single test

2025-11-18 Thread Viktor Holmberg
On 18 Nov 2025 at 10:11 +0100, Daniel Gustafsson , wrote: > > On 18 Nov 2025, at 09:55, Viktor Holmberg wrote: > > FWIW, that doc patch would have helped me! > > > > Maybe we should resurrect it then, I tweaked it a fraction to better match > > the > > language in that section. > > > > -- > > Dan

Re: Running a single test

2025-11-18 Thread Daniel Gustafsson
> On 18 Nov 2025, at 09:55, Viktor Holmberg wrote: > FWIW, that doc patch would have helped me! Maybe we should resurrect it then, I tweaked it a fraction to better match the language in that section. -- Daniel Gustafsson test_subset.diff Description: Binary data

Re: Running a single test

2025-11-18 Thread Viktor Holmberg
Thank you both. I was not aware of meson at all, I had some idea that it was something used exclusively by the CI server. FWIW, that doc patch would have helped me! /Viktor

Re: Running a single test

2025-11-17 Thread jian he
On Mon, Nov 17, 2025 at 6:27 PM Viktor Holmberg wrote: > > Hello hackers > > Apologies if this is a n00b question - but really can’t find anything about > it in the docs. > I can run all the regression tests with `make test`. But is there a way to > run a single specific test? > It’d be nice to

Re: Running a single test

2025-11-17 Thread Aleksander Alekseev
Hi Victor, > Apologies if this is a n00b question - but really can’t find anything about > it in the docs. > I can run all the regression tests with `make test`. But is there a way to > run a single specific test? > It’d be nice to do this for example when adding extra assertions to a test, > w

Re: Running a single test

2025-11-17 Thread Heikki Linnakangas
On 17/11/2025 12:26, Viktor Holmberg wrote: Hello hackers Apologies if this is a n00b question - but really can’t find anything about it in the docs. I can run all the regression tests with `make test`. But is there a way to run a single specific test? It’d be nice to do this for example when

Running a single test

2025-11-17 Thread Viktor Holmberg
Hello hackers Apologies if this is a n00b question - but really can’t find anything about it in the docs. I can run all the regression tests with `make test`. But is there a way to run a single specific test? It’d be nice to do this for example when adding extra assertions to a test, without to