Re: meson and check-tests - Mailing list pgsql-hackers

From jian he
Subject Re: meson and check-tests
Date
Msg-id CACJufxE4i1DOTYqZU=49vXUaeLcqJ2qQP4DM434KS1yp0Rrf8Q@mail.gmail.com
Whole thread Raw
In response to meson and check-tests  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Responses Re: meson and check-tests
List pgsql-hackers
On Mon, Nov 11, 2024 at 4:14 PM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> Hi,
>
> Thanks for the feedback!
>
> On Mon, 11 Nov 2024 at 06:34, jian he <jian.universality@gmail.com> wrote:
> >
> > hi.
> > Actually, there is a difference compared to make.
> > make works fine with many whitespaces. but meson you can only have one
> > whitespace.
> >
> > meson test -C $BUILD7 --num-processes 20 --suite setup --verbose
> > export TESTS="test_setup                 boolean char"
> >
> > meson test -C $BUILD7 --suite regress --verbose
> > --it will fail.
> >
> > TESTS="copy  jsonb" meson test -C $BUILD7 --suite regress --verbose
> > --it will fail too.
>
> Yes, you are right. It is fixed now.
>
> > seems to need rebase, otherwise v4-0001 cannot use `git apply`.
>
> Done.

also played around with v5-0002, works fine.
overall, v5-0001 and v5-0002 works as i expected.



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Commit Timestamp and LSN Inversion issue
Next
From: Robert Haas
Date:
Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE