Re: meson and check-tests
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>,
Tristan Partin <tristan@partin.io>, Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-11T08:14:42Z
Lists: pgsql-hackers
Attachments
- v5-0001-Add-make-check-tests-behavior-to-the-meson-based-.patch (text/x-patch) patch v5-0001
- v5-0002-Expand-test-selection-behavior-to-all-test-types-.patch (text/x-patch) patch v5-0002
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. -- Regards, Nazir Bilal Yavuz Microsoft