pgsql: Improve vcregress.pl's handling of tap tests for client programs

Lists: pgsql-committerspgsql-hackers
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve vcregress.pl's handling of tap tests for client programs
Date: 2015-11-19 03:51:54
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Improve vcregress.pl's handling of tap tests for client programs

The target is now named 'bincheck' rather than 'tapcheck' so that it
reflects what is checked instead of the test mechanism. Some of the
logic is improved, making it easier to add further sets of TAP based
tests in future. Also, the environment setting logic is imrpoved.

As discussed on -hackers a couple of months ago.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d835dd6685246f0737ca42ab68242210681bb220

Modified Files
--------------
src/tools/msvc/vcregress.pl | 61 +++++++++++++++++++++++++------------------
1 file changed, 35 insertions(+), 26 deletions(-)


From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Improve vcregress.pl's handling of tap tests for client programs
Date: 2015-11-19 03:58:58
Message-ID: CAB7nPqTNUF3rr_-jp1NagJSmf=pw_WVg3GjkKLMVLyg4tLsDzw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Thu, Nov 19, 2015 at 12:51 PM, Andrew Dunstan <andrew(at)dunslane(dot)net>
wrote:

> Improve vcregress.pl's handling of tap tests for client programs
>
> The target is now named 'bincheck' rather than 'tapcheck' so that it
> reflects what is checked instead of the test mechanism. Some of the
> logic is improved, making it easier to add further sets of TAP based
> tests in future. Also, the environment setting logic is imrpoved.
>
> As discussed on -hackers a couple of months ago.
>

Seems like you forgot to update doc/src/sgml/install-windows.sgml, this one
needs a refresh from tapcheck to bincheck. A backpatch to 9.5 and 9.4 would
also be nice.
Regards,
--
Michael


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Improve vcregress.pl's handling of tap tests for client programs
Date: 2015-11-19 04:39:33
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On 11/18/2015 10:58 PM, Michael Paquier wrote:
>
>
> On Thu, Nov 19, 2015 at 12:51 PM, Andrew Dunstan <andrew(at)dunslane(dot)net
> <mailto:andrew(at)dunslane(dot)net>> wrote:
>
> Improve vcregress.pl <http://vcregress.pl>'s handling of tap tests
> for client programs
>
> The target is now named 'bincheck' rather than 'tapcheck' so that it
> reflects what is checked instead of the test mechanism. Some of the
> logic is improved, making it easier to add further sets of TAP based
> tests in future. Also, the environment setting logic is imrpoved.
>
> As discussed on -hackers a couple of months ago.
>
>
> Seems like you forgot to update doc/src/sgml/install-windows.sgml,
> this one needs a refresh from tapcheck to bincheck. A backpatch to 9.5
> and 9.4 would also be nice.
> Regards,
>

Yep, thanks for the reminder, done.

cheers

andrew