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 1o8UDH-0004vo-FZ for pgsql-hackers@arkaria.postgresql.org; Mon, 04 Jul 2022 22:06:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o8UDG-0006aL-CE for pgsql-hackers@arkaria.postgresql.org; Mon, 04 Jul 2022 22:06:38 +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 1o8UDG-0006a8-3G for pgsql-hackers@lists.postgresql.org; Mon, 04 Jul 2022 22:06:38 +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 1o8UDD-0007rL-TQ for pgsql-hackers@lists.postgresql.org; Mon, 04 Jul 2022 22:06:37 +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 264M6ViZ1640890; Mon, 4 Jul 2022 18:06:31 -0400 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , Daniel Gustafsson , PostgreSQL Developers Subject: Re: TAP output format in pg_regress In-reply-to: <20220704200617.vmuu3cuhhfmnzzpm@awork3.anarazel.de> References: <49A54862-C682-4B60-9155-05F178FA79DC@yesql.se> <20220321234924.kcc3q26o7sx6rnfa@alap3.anarazel.de> <489D2B5A-B26F-4918-BC07-B426329169E3@yesql.se> <5e6bc6a6-0a4e-109d-2b7d-c286dc58d609@enterprisedb.com> <1558373.1656945577@sss.pgh.pa.us> <20220704200617.vmuu3cuhhfmnzzpm@awork3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Mon, 04 Jul 2022 13:06:17 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1640888.1656972391.1@sss.pgh.pa.us> Date: Mon, 04 Jul 2022 18:06:31 -0400 Message-ID: <1640889.1656972391@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: >> Both of those things are fairly critical for test development. You >> need to know what else might be running in parallel with a test case, >> and you need to know whether you just bloated the runtime unreasonably. > That should be doable with tap as well - afaics the output of that could > nearly be the same as now, preceded by a #. I don't mind minor changes like prefixing # --- I just don't want to lose information. regards, tom lane