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 1psFwT-0006oE-GP for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 04:42:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1psFwS-0005lV-60 for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 04:42:44 +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 1psFwR-0005lL-SU for pgsql-hackers@lists.postgresql.org; Fri, 28 Apr 2023 04:42:43 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1psFwP-002II8-8B for pgsql-hackers@postgresql.org; Fri, 28 Apr 2023 04:42:42 +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 33S4gNbH1271928; Fri, 28 Apr 2023 00:42:23 -0400 From: Tom Lane To: John Naylor cc: Daniel Gustafsson , Masahiko Sawada , Heikki Linnakangas , Ian Lawrence Barwick , Andres Freund , Anastasia Lubennikova , PostgreSQL Hackers , Peter Geoghegan Subject: Re: Testing autovacuum wraparound (including failsafe) In-reply-to: References: <20210423204306.5osfpkt2ggaedyvy@alap3.anarazel.de> <20210611011850.detxnd7bnffg3daz@alap3.anarazel.de> <64524348-b10e-9904-4858-8fe62d058b14@iki.fi> <86FBC46E-9192-45AB-B0D8-6118747B7185@yesql.se> Comments: In-reply-to John Naylor message dated "Fri, 28 Apr 2023 10:21:24 +0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1271926.1682656943.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 28 Apr 2023 00:42:23 -0400 Message-ID: <1271927.1682656943@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk John Naylor writes: > On Thu, Apr 27, 2023 at 9:12=E2=80=AFPM Daniel Gustafsson wrote: >> Is there a risk that the background psql will time out on slow systems = during >> the consumption of 2B xid's? Since you mainly want to hold it open for= the >> duration of testing you might want to bump it to avoid false negatives = on >> slow test systems. > If they're that slow, I'd worry more about generating 20GB of xact statu= s > data. That's why the tests are disabled by default. There is exactly zero chance that anyone will accept the introduction of such an expensive test into either check-world or the buildfarm sequence. regards, tom lane