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 1nZvBa-0007GO-HN for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Mar 2022 13:50:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nZvBZ-0005SF-AC for pgsql-hackers@arkaria.postgresql.org; Thu, 31 Mar 2022 13:50:01 +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 1nZvBZ-0005S6-0w for pgsql-hackers@lists.postgresql.org; Thu, 31 Mar 2022 13:50:01 +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 1nZvBW-0005TZ-Ef for pgsql-hackers@lists.postgresql.org; Thu, 31 Mar 2022 13:50:00 +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 22VDnoCU547430; Thu, 31 Mar 2022 09:49:50 -0400 From: Tom Lane To: Michael Paquier cc: Andres Freund , Thomas Munro , 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: <20220213045041.qhbw3ue6xmojts6c@alap3.anarazel.de> <20220302080729.q6wej3zlyaorjhri@alap3.anarazel.de> <502623.1648702814@sss.pgh.pa.us> <20220331053616.u446wsr732quuzer@alap3.anarazel.de> Comments: In-reply-to Michael Paquier message dated "Thu, 31 Mar 2022 16:56:36 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <547428.1648734590.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 31 Mar 2022 09:49:50 -0400 Message-ID: <547429.1648734590@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > On Wed, Mar 30, 2022 at 10:36:16PM -0700, Andres Freund wrote: >> On 2022-03-31 01:00:14 -0400, Tom Lane wrote: >>> How well does this patch work with pre-14 buildfarm clients? >> Looks to me like it'll just run the test twice, once via TestUpgrade, o= nce via >> taptest. It's possible that there could be trouble somehow due to dupli= cated >> log files or something? > Hmm. TestUpgrade.pm also uses tmp_check/, and the TAP tests would > remove this path before running. Still, all the contents of the logs > would be printed out before moving to the next tests at the end of > check-pg_upgrade. It does not seem like this double run is going to > be an issue on this side. = Well, let's go ahead with it and see what happens. If it's too much of a mess we can always revert. regards, tom lane