[HACKERS] vcregress support for single TAP tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [HACKERS] vcregress support for single TAP tests
Дата
Msg-id 4a321a44-351f-6789-187b-92b227b9dd63@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: [HACKERS] vcregress support for single TAP tests
Список pgsql-hackers
Here's a patch that will allow calling vcregress.pl to run a single TAP
test set. It would work like this:


    vcregress.pl src/test/recover true


The second argument if true (in the perl sense, of course) would trigger
a temp install before running the tests. It defaults to off, in an
attempt to minimize the unnecessary running of installs.

Once we have this I will switch the buildfarm client to use it. The
previous bincheck procedure is kept to avoid breakage of scripts,
buildfarm clients etc.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] identity columns
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtranslinks incorrectly