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 1kcTta-0002vS-Sd for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 10 Nov 2020 13:41:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcTtZ-0004t2-Im for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 10 Nov 2020 13:41:13 +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 1kcTtZ-0004sv-Ah for pgsql-pkg-yum@lists.postgresql.org; Tue, 10 Nov 2020 13:41:13 +0000 Received: from mail1.dalibo.net ([212.83.143.11] helo=mail.dalibo.com) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcTtW-00061x-EC for pgsql-pkg-yum@postgresql.org; Tue, 10 Nov 2020 13:41:12 +0000 Received: from firost (larco.ioguix.net [82.66.0.6]) by mail.dalibo.com (Postfix) with ESMTPSA id CF30B20520; Tue, 10 Nov 2020 14:41:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.com; s=a; t=1605015668; bh=sRN0FQfFOa5AJWVn1BfFy+uBhXSVAORhlxFNa+XWUIQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fR8zdj7zmUjQ8f8uhsoIrARfqri0ntM7dlZ+zXD/Oaq9bdhLeNUlP3h1xqX37fIuF 3S4w7qFaQGQn65vnwIn0nwbFhWIWT3dixuo4f9kQc0sApMPlyP3DjcOHPvSOJs0kYR 4aGY6LAqckf8CJapGSdO6HQSbHzEfM/lIxn89LNU= Date: Tue, 10 Nov 2020 14:41:07 +0100 From: Jehan-Guillaume de Rorthais To: Craig Ringer Cc: pgsql-pkg-yum@postgresql.org Subject: Re: missing perl test modules in postgresqlXX-devel ? Message-ID: <20201110144107.2fd13ed0@firost> In-Reply-To: References: <20201105190206.4358b61d@firost> <20201109115034.38cf15d3@firost> Organization: Dalibo MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Tue, 10 Nov 2020 08:53:40 +0800 Craig Ringer wrote: > On Mon, Nov 9, 2020 at 6:50 PM Jehan-Guillaume de Rorthais > wrote: > > > > > I am currently writing TAP tests for check_pgactivity and rely on > > PostgresNode > > and friends to write and run them. They are very valuable and saves a lot > > of > > time. > > > > I'm really glad. I have put a fair bit of effort into getting the test > infra installed as part of "make install" so it gets packaged. Then, I have to thank you very much :) > Next I need to push for consistent -test packages for rpms and debs that > bundle the actual test .sql, .out, .spec, and t/*.pl files needed to > actually run the tests on the installed postgres. This is exceedingly > useful when validating the behaviour of extensions. Indeed. Thank you for this effort!