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 1psJnf-0001tS-UN for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 08:49:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1psJne-0005aM-4Y for pgsql-hackers@arkaria.postgresql.org; Fri, 28 Apr 2023 08:49:54 +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 1psJnd-0005aC-RO for pgsql-hackers@lists.postgresql.org; Fri, 28 Apr 2023 08:49:53 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1psJna-002KLn-2C for pgsql-hackers@postgresql.org; Fri, 28 Apr 2023 08:49:52 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id C61392F82336 for ; Fri, 28 Apr 2023 10:49:46 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id B4DB22E27FB9; Fri, 28 Apr 2023 10:49:46 +0200 (CEST) Received: from s475.loopia.se (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id AD78022016D4; Fri, 28 Apr 2023 10:49:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s934.loopia.se ([172.22.191.6]) by s475.loopia.se (s475.loopia.se [172.22.190.15]) (amavisd-new, port 10024) with LMTP id ROXaJB2O9DnG; Fri, 28 Apr 2023 10:49:46 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id CCED57CEA5E; Fri, 28 Apr 2023 10:49:45 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: Testing autovacuum wraparound (including failsafe) From: Daniel Gustafsson In-Reply-To: <1271927.1682656943@sss.pgh.pa.us> Date: Fri, 28 Apr 2023 10:49:45 +0200 Cc: John Naylor , Masahiko Sawada , Heikki Linnakangas , Ian Lawrence Barwick , Andres Freund , Anastasia Lubennikova , PostgreSQL Hackers , Peter Geoghegan Content-Transfer-Encoding: quoted-printable Message-Id: 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> <1271927.1682656943@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3696.120.41.1.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 28 Apr 2023, at 06:42, Tom Lane wrote: > John Naylor writes: >> If they're that slow, I'd worry more about generating 20GB of xact = status >> data. That's why the tests are disabled by default. >=20 > There is exactly zero chance that anyone will accept the introduction > of such an expensive test into either check-world or the buildfarm > sequence. Even though the entire suite is disabled by default, shouldn't it also = require PG_TEST_EXTRA to be consistent with other off-by-default suites like for = example src/test/kerberos? -- Daniel Gustafsson