Re: [PATCH] Allow TAP tests to be run individually

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Allow TAP tests to be run individually
Date: 2016-11-14 08:52:04
Message-ID: CAB7nPqRX+3P4qk66yKE4=8VOrK05sFUy6y7r-44T8FefeY=KKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 14, 2016 at 3:45 PM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> On 11 November 2016 at 18:13, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
>> On Fri, Nov 11, 2016 at 6:10 PM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
>>> Please backpatch to at least 9.6 since it's trivial and we seem to be
>>> doing that for TAP. 9.5 and 9.4 would be nice too :)
>>
>> Yes please!
>
> No immediate takers, so adding to CF.
>
> I've taken the liberty of adding you as a reviewer based on your
> response and the simplicity of the patch. if you get the chance to
> test and verify please set ready for committer.

I don't mind. This patch uses the following pattern:
$(or $(PROVE_TESTS),t/*.pl)
While something more spread in Postgres source would be something like that:
$(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)
It seems to me that we'd prefer that for consistency, but I see no
reason to not keep your patch as well. I am marking that as ready for
committer.
--
Michael

Attachment Content-Type Size
prove-tests-v2.patch text/x-diff 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2016-11-14 09:04:43 Re: pg_dump, pg_dumpall and data durability
Previous Message Masahiko Sawada 2016-11-14 08:39:36 Re: Quorum commit for multiple synchronous replication.