[PATCH] Allow TAP tests to be run individually - Mailing list pgsql-hackers

From Craig Ringer
Subject [PATCH] Allow TAP tests to be run individually
Date
Msg-id CAMsr+YG3UZBnLLoCOgaXxAP848_qk-_hssb092q2inN=2Td9eA@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Allow TAP tests to be run individually  (Michael Paquier <michael.paquier@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: WAL consistency check facility
Next
From: Julian Markwort
Date:
Subject: Re: [PATCH] pgpassfile connection option