| From: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | vcregress support for single TAP tests |
| Date: | 2017-04-23 21:09:04 |
| Message-ID: | 4a321a44-351f-6789-187b-92b227b9dd63@2ndQuadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| vcregress-tap.patch | text/x-diff | 3.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2017-04-23 21:15:36 | Re: StandbyRecoverPreparedTransactions recovers subtrans links incorrectly |
| Previous Message | Robert Haas | 2017-04-23 20:58:37 | Re: identity columns |