Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJ7Co-00055N-Js for pgsql-hackers@arkaria.postgresql.org; Sun, 13 Feb 2022 05:13:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nJ7Cm-0004kq-Vs for pgsql-hackers@arkaria.postgresql.org; Sun, 13 Feb 2022 05:13:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJ7Cm-0004kh-MR for pgsql-hackers@lists.postgresql.org; Sun, 13 Feb 2022 05:13:48 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJ7Cj-0002z3-Js for pgsql-hackers@lists.postgresql.org; Sun, 13 Feb 2022 05:13:47 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 21D5Ddap2529476; Sun, 13 Feb 2022 00:13:39 -0500 From: Tom Lane To: Thomas Munro cc: Andres Freund , Michael Paquier , Noah Misch , Julien Rouhaud , Andrew Dunstan , Postgres hackers Subject: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set In-reply-to: References: <3735235.1633232078@sss.pgh.pa.us> <20211214020824.azjrighbeucby5yc@alap3.anarazel.de> <20211214061449.ynrygtcddn3ujunn@alap3.anarazel.de> <20220115055239.6i5mp7ujtcpto2mg@jrouhaud> <20220213045041.qhbw3ue6xmojts6c@alap3.anarazel.de> Comments: In-reply-to Thomas Munro message dated "Sun, 13 Feb 2022 18:07:30 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2529474.1644729219.1@sss.pgh.pa.us> Date: Sun, 13 Feb 2022 00:13:39 -0500 Message-ID: <2529475.1644729219@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > I thought it was a goal that VPATH builds shouldn't pollute the source > tree, but the Make macro prove_check is explicitly doing so by > default. Perhaps *that* should be fixed? Indeed. That seems broken by definition. More generally, I thought we'd established a convention that all files made by TAP tests should be put inside the tmp_check directory, to simplify cleanup and .gitignore rules. But in a VPATH build, tmp_check ought to live in the build tree. regards, tom lane