Re: pg_upgrade test writes to source directory
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, Justin Pryzby <pryzby@telsasoft.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, pgsql-hackers@postgresql.org
Date: 2022-05-31T07:17:01Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-TESTOUTDIR-as-directory-for-the-output-of-the.patch (text/x-diff) patch v3-0001
- v3-0002-Run-pg_upgrade-test-in-test-output-directory-as-o.patch (text/x-diff) patch v3-0002
On Sat, May 28, 2022 at 04:14:01PM -0400, Tom Lane wrote: > Yeah, I'd noticed the obsoleted comments too, but not bothered to complain > since that was just WIP and not an officially proposed patch. I'll be > happy to review if you want to put up a full patch. Well, here is a formal patch set, then. Please feel free to comment. FWIW, I am on the fence with dropping TESTDIR, as it could be used by out-of-core test code as well. If there are doubts about back-patching the first part, doing that only on HEAD would be fine to fix the problem of this thread. -- Michael
Commits
-
Split TESTDIR into TESTLOGDIR and TESTDATADIR
- c47885bd8b69 16.0 landed
-
Don't hardcode tmp_check/ as test directory for tap tests
- bb54bf22900f 16.0 landed
-
Force run of pg_upgrade in the build directory in its TAP test
- 15b6d2155375 15.0 landed
-
Add missing test names in TAP tests of pg_upgrade
- 99f6f19799ed 15.0 landed