[PATCH] Allow TAP tests to be run individually

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема [PATCH] Allow TAP tests to be run individually
Дата
Msg-id CAMsr+YG3UZBnLLoCOgaXxAP848_qk-_hssb092q2inN=2Td9eA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Allow TAP tests to be run individually
Список pgsql-hackers
Per prior discussion, this small Makefile change allows anything that
uses $(prove_check) or $(prove_installcheck) to have the list of tests
overridden by passing a PROVE_TESTS as a list of space-separated test
file paths.

Particularly handy for src/test/recovery when you want to run
t/009_something_new.pl without running 001 through 008 each and every
time. The current workaround is deleting the tests you don't want,
which dirties up your git tree and is really annoying when checking
out and rebasing etc.

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

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Kuntal Ghosh
Дата:
Сообщение: Re: WAL consistency check facility
Следующее
От: Julian Markwort
Дата:
Сообщение: Re: [PATCH] pgpassfile connection option