Re: test runner (was Re: SQL-standard function body) - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: test runner (was Re: SQL-standard function body)
Date
Msg-id CADkLM=cnxf+iBPd_do2+vNtKffVb3eWwnVH8kJAesugbAEF8zg@mail.gmail.com
Whole thread Raw
In response to Re: test runner (was Re: SQL-standard function body)  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> This is nice.  Are there any parallelism capabilities?

Yes. It defaults to number-of-cores processes, but obviously can also be
specified explicitly. One very nice part about it is that it'd work
largely the same on windows (which has practically unusable testing
right now). It probably doesn't yet, because I just tried to get it
build and run tests at all, but it shouldn't be a lot of additional
work.

The pidgin developers speak very highly of meson, for the same reasons already mentioned in this thread.

pgsql-hackers by date:

Previous
From: Zhihong Yu
Date:
Subject: Re: Have I found an interval arithmetic bug?
Next
From: Thomas Munro
Date:
Subject: Re: Possible SSI bug in heap_update