Re: meson and check-tests

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Tristan Partin <tristan(at)partin(dot)io>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: meson and check-tests
Date: 2024-11-11 08:14:42
Message-ID: CAN55FZ3azF=UsXCns80xq7NO4krB=1QmythsxbpxbpRo9+4qDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Thanks for the feedback!

On Mon, 11 Nov 2024 at 06:34, jian he <jian(dot)universality(at)gmail(dot)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.

--
Regards,
Nazir Bilal Yavuz
Microsoft

Attachment Content-Type Size
v5-0001-Add-make-check-tests-behavior-to-the-meson-based-.patch text/x-patch 3.7 KB
v5-0002-Expand-test-selection-behavior-to-all-test-types-.patch text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-11-11 08:19:58 Re: Commit Timestamp and LSN Inversion issue
Previous Message Peter Eisentraut 2024-11-11 08:12:26 Re: pgcrypto: better memory management?...