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 1mWsGy-00063C-RW for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Oct 2021 03:34:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mWsGx-00047A-QS for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Oct 2021 03:34:43 +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 1mWsGx-00044S-In for pgsql-hackers@lists.postgresql.org; Sun, 03 Oct 2021 03:34:43 +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 1mWsGv-0007s3-9e for pgsql-hackers@lists.postgresql.org; Sun, 03 Oct 2021 03:34:43 +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 1933YcMB3735236; Sat, 2 Oct 2021 23:34:38 -0400 From: Tom Lane To: Andrew Dunstan cc: Michael Paquier , Postgres hackers Subject: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set In-reply-to: <0f70fc0f-c51a-7a58-7e12-c702352eb076@dunslane.net> References: <3715954.1633208613@sss.pgh.pa.us> <0f70fc0f-c51a-7a58-7e12-c702352eb076@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Sat, 02 Oct 2021 23:32:36 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3735234.1633232078.1@sss.pgh.pa.us> Date: Sat, 02 Oct 2021 23:34:38 -0400 Message-ID: <3735235.1633232078@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 10/2/21 5:03 PM, Tom Lane wrote: >> IIUC, the only problem for a non-updated animal would be that it'd >> run the test twice? Or would it actually fail? If the latter, >> we'd need to sit on the patch rather longer. > The patch removes test.sh, so yes it would break. Maybe we could leave test.sh in place for awhile? I'd rather not cause a flag day for buildfarm owners. (Also, how do we see this working in the back branches?) regards, tom lane