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

Started by Andrew Dunstanabout 10 years ago3 messages
#1Andrew Dunstan
andrew@dunslane.net

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Michael Paquier
michael.paquier@gmail.com
In reply to: Andrew Dunstan (#1)
Re: [COMMITTERS] pgsql: Improve vcregress.pl's handling of tap tests for client programs

On Thu, Nov 19, 2015 at 12:51 PM, Andrew Dunstan <andrew@dunslane.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

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Michael Paquier (#2)
Re: [COMMITTERS] pgsql: Improve vcregress.pl's handling of tap tests for client programs

On 11/18/2015 10:58 PM, Michael Paquier wrote:

On Thu, Nov 19, 2015 at 12:51 PM, Andrew Dunstan <andrew@dunslane.net
<mailto:andrew@dunslane.net>> wrote:

Improve vcregress.pl <http://vcregress.pl&gt;&#39;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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers