Re: pgsql: Add basic TAP test setup for pg_upgrade
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-committers@postgresql.org
Date: 2017-09-20T16:18:23Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add basic TAP test setup for pg_upgrade
- f41e56c76e39 11.0 cited
Peter Eisentraut <peter_e@gmx.net> writes: > Add basic TAP test setup for pg_upgrade > The plan is to convert the current pg_upgrade test to the TAP > framework. This commit just puts a basic TAP test in place so that we > can see how the build farm behaves, since the build farm client has some > special knowledge of the pg_upgrade tests. I hope you're not planning to leave it like this very long. The pg_upgrade test is already one of the longest steps in the buildfarm runs, and now we're doing it twice. regards, tom lane