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 1pbbqr-0006S2-45 for pgsql-hackers@arkaria.postgresql.org; Mon, 13 Mar 2023 06:40:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pbbqp-0006Ce-07 for pgsql-hackers@arkaria.postgresql.org; Mon, 13 Mar 2023 06:40:07 +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 1pbbqo-0006CT-Lm for pgsql-hackers@lists.postgresql.org; Mon, 13 Mar 2023 06:40:06 +0000 Received: from wnew1-smtp.messagingengine.com ([64.147.123.26]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pbbqh-00012f-J9 for pgsql-hackers@lists.postgresql.org; Mon, 13 Mar 2023 06:40:05 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.west.internal (Postfix) with ESMTP id 7313E2B06722; Mon, 13 Mar 2023 02:39:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 13 Mar 2023 02:39:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1678689595; x=1678696795; bh=wDMSOEj6jd5PZ3tMoxQ4tUYc3s8wAuGV2cT aMPYHjg0=; b=YRCyTXuN4roN0kVnpaPFhXWmrSPiUwbGC00TUQ41Vnhq4Wh9NIl jG3aXdejshXyykvkkQmD7Nt10FpSBakQd32YrCjLm/cCPPaI4poKPF5Oxtq11CNm 5H1LUuza4JRTzhwrLVanqa3ybTWmBARaqNaGw+hIS0jhtAvEVJiTEdF/3lMJLs0a haIdVkGex3bjbK0mJWpcN5brklP7axMFZuwZa0kjcS8WRq09lx+btAVvGo42M0hV wMdbSODYE9CBQA5HUtkbLRWrXFvxe7m1ZfXNya+tymPq+H7e/oF1I+BJe4937ETJ wIgSxeihH2Go33XATfKBX7hcJ/SxzwMsWog== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvddvfedgleehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 13 Mar 2023 02:39:52 -0400 (EDT) Message-ID: <96832c09-db85-8443-c654-dae928816830@enterprisedb.com> Date: Mon, 13 Mar 2023 07:39:52 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: CI and test improvements Content-Language: en-US To: Justin Pryzby , Thomas Munro Cc: Tom Lane , Andres Freund , Andrew Dunstan , pgsql-hackers@lists.postgresql.org, Noah Misch , Michael Paquier , Anastasia Lubennikova , Robert Haas , Melanie Plageman , Daniel Gustafsson , samay sharma References: <20220910200542.GX31833@telsasoft.com> <20221104235412.GE16921@telsasoft.com> <20221105015946.yrxijqb7h4rqhp6d@awork3.anarazel.de> <20221113235303.GA26337@telsasoft.com> <20221121224542.p2zapvyvb7objluw@alap3.anarazel.de> <20221122225744.GF11463@telsasoft.com> <1441145.1675300332@sss.pgh.pa.us> <20230203142656.GA1653@telsasoft.com> From: Peter Eisentraut In-Reply-To: <20230203142656.GA1653@telsasoft.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 03.02.23 15:26, Justin Pryzby wrote: > rebased, and re-including a patch to show code coverage of changed > files. This constant flow of patches under one subject doesn't lend itself well to the commit fest model of trying to finish things up. I can't quite tell which of these patches are ready and agreed upon, and which ones are work in progress or experimental. > e4534821ef5 cirrus/ccache: use G rather than GB suffix.. This one seems obvious. I have committed it. > 9baf41674ad pg_upgrade: tap test: exercise --link and --clone This seems like a good idea. > 7e09035f588 WIP: ci/meson: allow showing only failed tests .. I'm not sure I like this one. I sometimes look up the logs of non-failed tests to compare them with failed tests, to get context to could lead to failures. Maybe we can make this behavior adjustable. But I've not been bothered by the current behavior.