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 1mWmAU-0005xB-JJ for pgsql-hackers@arkaria.postgresql.org; Sat, 02 Oct 2021 21:03:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mWmAT-0006nB-Jb for pgsql-hackers@arkaria.postgresql.org; Sat, 02 Oct 2021 21:03:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWmAT-0006n2-Bz for pgsql-hackers@lists.postgresql.org; Sat, 02 Oct 2021 21:03:37 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWmAR-00041H-84 for pgsql-hackers@lists.postgresql.org; Sat, 02 Oct 2021 21:03:36 +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 192L3X8n3715955; Sat, 2 Oct 2021 17:03:33 -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: References: Comments: In-reply-to Andrew Dunstan message dated "Sat, 02 Oct 2021 16:58:47 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3715953.1633208613.1@sss.pgh.pa.us> Date: Sat, 02 Oct 2021 17:03:33 -0400 Message-ID: <3715954.1633208613@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > I haven't looked at the patch closely yet, but from a buildfarm POV I > think the only thing that needs to be done is to inhibit the buildfarm > client module if the TAP tests are present. The buildfarm code that runs > TAP tests should automatically detect and run the new test. > I've just counted and there are 116 animals reporting check-pg_upgrade, > so we'd better put that out pronto. It's a little early but I'll try to > push out a release containing code for it on Monday or Tuesday (it's a > one line addition). 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. regards, tom lane