Re: Need a builtin way to run all tests faster manner
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Stephen Frost <sfrost@snowman.net>, pgsql-hackers@postgresql.org
Date: 2017-03-13T04:35:06Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2017-03-11 22:14:07 -0500, Tom Lane wrote: >> This looks generally sane to me, although I'm not very happy about folding >> the "$(MKDIR_P) output_iso" call into pg_isolation_regress_check --- that >> seems weird and unlike the way it's done for the regular regression test >> case. > Yea, not super happy about that either - alternatively we could fold it > into pg_regress. Yeah, teaching pg_regress to auto-create the --temp-instance directory seems perfectly sane from here. regards, tom lane
Commits
-
Improve isolation tests infrastructure.
- 60f826c5e624 10.0 landed