From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: buildfarm does not test "make check" |
Date: | 2015-08-14 13:32:57 |
Message-ID: | 55CDEE09.30407@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 08/14/2015 09:27 AM, Robert Haas wrote:
> On Thu, Aug 13, 2015 at 2:11 PM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>> So I added the brin isolation test back. Because it needs the
>> pageinspect module, it can only work under "make check", not
>> installcheck. The problem is that this means buildfarm will not run it,
>> because it only runs installcheck :-(
> Aren't "make installcheck" and "make check" supposed to test the same
> set of things?
>
There are some cases that don't provide installcheck targets.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2015-08-14 13:33:40 | why can the isolation tester handle only one waiting process? |
Previous Message | Andrew Dunstan | 2015-08-14 13:31:43 | Re: TAP tests are badly named |