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

From jian he
Subject Re: meson and check-tests
Date
Msg-id CACJufxH2Q0rSom8OdSzkp1VXEa4MUWWiG5JGAQD3iCNJf-Haiw@mail.gmail.com
Whole thread Raw
In response to meson and check-tests  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List 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`.



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Avoiding superfluous buffer locking during nbtree backwards scans
Next
From: Masahiro Ikeda
Date:
Subject: Re: Avoiding superfluous buffer locking during nbtree backwards scans