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 1nN0Vp-0007hQ-Dt for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Feb 2022 22:53:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nN0Vo-00083z-5g for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Feb 2022 22:53:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nN0Vn-00080Q-3P for pgsql-hackers@lists.postgresql.org; Wed, 23 Feb 2022 22:53:31 +0000 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nN0Vh-0001t1-FK for pgsql-hackers@postgresql.org; Wed, 23 Feb 2022 22:53:30 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 54EE13201F80; Wed, 23 Feb 2022 17:53:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 23 Feb 2022 17:53:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date: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; bh=aCbZFqs7jU6rw5TxXTHF84FqcFG2ZXwK/QRuBaeUQ20=; b=lh70Bauk Cr3ogTVbZEebPNELR9kwhCtSXwRcKN19XMVXF2ojF0tpgKDMucR/ZV1kpcrwfASf XF+4C7rcOTAwAgp9/3EXgdmFAnJ2XvcV+fW8nIq2pRREWRz9xvo49IBExGNx8DKV y6DW/w55ogo30eVIavM2oyzTdn0LuIXHoyw5iCLMxmufO/B+DF2W9zJ6H5II64ky GOi+LFLkykG9wRkXaYU2D/us6NGgK7mJNMqKpFm5yD8l1MwfmqK/tGcoOFV0RA65 PFew03N225hXkIDDyZA764U02r0l5awCSjz7oKHMf0Jb4iW7zr44ef2euJffZx10 jDeb3/qPHP2nwA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrledugddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudel ueeftdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 23 Feb 2022 17:53:19 -0500 (EST) Message-ID: Date: Wed, 23 Feb 2022 23:53:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: convert libpq uri-regress tests to tap test Content-Language: en-US To: Andres Freund , pgsql-hackers@postgresql.org References: <20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de> 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 23.02.22 21:30, Andres Freund wrote: > hen verifying that the meson port actually runs all perl based tests I came > across src/interfaces/libpq/test/regress.pl. Instead of running tests yet > another way, it seems better to convert it to a tap test. > > I hope others agree? > > Where would we want that test to live? Right now we have the slightly odd > convention that some tap tests live in src/test/{misc,modules,...}. But > e.g. frontend binary ones are below src/bin/. libpq TAP tests should be in src/interfaces/libpq/t/. I think there were issues that the build farm wouldn't pick up a test located there, but that should be fixed rather than worked around.