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 1nNaiK-000399-Kd for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Feb 2022 13:32:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nNaiJ-0000Az-G9 for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Feb 2022 13:32:51 +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 1nNaiJ-0000Ap-6H for pgsql-hackers@lists.postgresql.org; Fri, 25 Feb 2022 13:32:51 +0000 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nNaiG-0004dZ-ST for pgsql-hackers@postgresql.org; Fri, 25 Feb 2022 13:32:50 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 334F73201FEA; Fri, 25 Feb 2022 08:32:46 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 25 Feb 2022 08:32:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=o89yLHPdCkDeNIs11RGBUWM6hEnGPgCOgZ0x56U8/ EY=; b=b0v2A+OUKwxc9yy8plZgbjo19Dh06Owo7motEIhSYnhedCXhoW3Nn9ypn cUosCbGR3eC3h3tX4KagwUKEC4dOYxO5VOYSPBRRMfS0UokCol5F0Cyu9FMJzH6t y7gp/HPo5/mJEjQ1Ogo4Bg1wmF21AD+e0AXLgeOqmjr2yySzBCrBnE+MA1c4rkSm k/OQ35XKYHL7Tw0bz4tm++1iD9pcw/izDAaxkLJcLzlDa868/kkKdsRWWxy2cQn1 z8QSc6gBdm69+IOUg4LmL4nu8OG5yI8pX3UzbLehrX9j1kmttsi77UnW+z3Co8Ru azKJudCb5xmFK3Sn6xcIi6r8C7BtA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrleeggdehgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudel ueeftdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 25 Feb 2022 08:32:44 -0500 (EST) Message-ID: Date: Fri, 25 Feb 2022 14:32:43 +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: Tom Lane , Andres Freund Cc: pgsql-hackers@postgresql.org References: <20220223203031.ezrd73ohvjgfksow@alap3.anarazel.de> <1261838.1645657117@sss.pgh.pa.us> <4f4c04c2-f23c-6668-1b24-224fc6478bfd@enterprisedb.com> <1276236.1645667561@sss.pgh.pa.us> <20220224144311.4rcax7tslk7jum3f@alap3.anarazel.de> <1346756.1645715848@sss.pgh.pa.us> From: Peter Eisentraut In-Reply-To: <1346756.1645715848@sss.pgh.pa.us> 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 24.02.22 16:17, Tom Lane wrote: > I think that having t/ directories contain only Perl test scripts > is a good convention that we should stick to. Peter's proposal > of a separate test/ subdirectory for C test scaffolding is > probably fine. I wonder if there are any conventions in the Perl community about where to put test support files relative to the "t" directory.