Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wIhaY-008Oyi-3D for pgsql-hackers@arkaria.postgresql.org; Fri, 01 May 2026 06:43:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wIhZY-00AFd7-13 for pgsql-hackers@arkaria.postgresql.org; Fri, 01 May 2026 06:42:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wIhZX-00AFcx-30 for pgsql-hackers@lists.postgresql.org; Fri, 01 May 2026 06:42:00 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wIhZV-00000004D7N-2Kie for pgsql-hackers@lists.postgresql.org; Fri, 01 May 2026 06:41:59 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id CD3A759BCD2 for ; Fri, 01 May 2026 08:41:56 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id BB70F59AB74; Fri, 01 May 2026 08:41:56 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id ABBAE22B16AA; Fri, 01 May 2026 08:41:56 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s980.loopia.se ([172.22.191.6]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id HUXlPsKEZbxJ; Fri, 1 May 2026 08:41:56 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.186] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s980.loopia.se (Postfix) with ESMTPSA id 3EDD62201651; Fri, 01 May 2026 08:41:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1777617716; bh=OQNhOr0H/jt46tYe4vkoLAX3/beZ4Ip33gf1siYxwVA=; h=Date:Subject:To:References:From:In-Reply-To; b=mQ0q7FJTvCOWUzdh25szN6OTCNMSXtLAYi6f9NLHoz+KMX03K6oho9e0U8Bo0MXQe l2AA100TmjMs3Wjlu8iBtH2JNmR33xCVnmQHhT2U/hZLTQsiNkNMEePzF7AKyqZGfn ZVEzGqMmr0k4vpJBCB3jSCzMgfMS+GPsdDyVLt1g6m8fYlWXCLCLXggGYWs8qz3W88 Ipiyij/6JoD+giXjlgc+0rGpFkdrjU/GyjuQ62sgt+jRxL4QMyXXBo/q7mYbclKbGV qPg28M0vBu59rCcaE0IkhsAkTnaSAjg/UkTmOTqvdsWMjRUJO9suZNywlqdK1TWGP4 NIp5aEWpTisaw== Message-ID: <3920360a-0e67-4991-ba83-57845048e97d@proxel.se> Date: Fri, 1 May 2026 08:41:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable To: Bertrand Drouvot , pgsql-hackers@lists.postgresql.org References: Content-Language: en-US From: Andreas Karlsson In-Reply-To: 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 4/23/26 15:05, Bertrand Drouvot wrote: > This enables running the full schedule with extra pg_regress options, like: > > EXTRA_REGRESS_OPTS="--use-existing" meson test --setup running --suite regress-running > > Once we agree on a fix and that fix is pushed, I think it would make sense > to add an example in [2]. Nice to see more people wanting this. :) I already have a patch[1] for this in the current commitfest which people think looks good other than that it lacks documentation, which I think is a fair complaint. It is basically just waiting for me (or someone else!) to find a bit of time to write documentation for it. Feel free to help out, but otherwise I plan to write documentation after PGConf.dev when my life is a bit less hectic. 1. https://commitfest.postgresql.org/patch/6361/ -- Andreas Karlsson Percona