| From: | jian he <jian(dot)universality(at)gmail(dot)com> |
|---|---|
| To: | Nazir Bilal Yavuz <byavuz81(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 03:34:35 |
| Message-ID: | CACJufxH2Q0rSom8OdSzkp1VXEa4MUWWiG5JGAQD3iCNJf-Haiw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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.
seems to need rebase, otherwise v4-0001 cannot use `git apply`.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2024-11-11 04:25:32 | Re: Add html-serve target to autotools and meson |
| Previous Message | Peter Geoghegan | 2024-11-11 03:19:37 | Re: Avoiding superfluous buffer locking during nbtree backwards scans |