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 1kcU8Q-0003Ve-3L for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 10 Nov 2020 13:56:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcU8O-0005bn-M4 for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 10 Nov 2020 13:56:32 +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 1kcU8O-0005bg-GL for pgsql-pkg-yum@lists.postgresql.org; Tue, 10 Nov 2020 13:56:32 +0000 Received: from mail1.dalibo.net ([212.83.143.11] helo=mail.dalibo.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcU8M-0008Nx-1H for pgsql-pkg-yum@postgresql.org; Tue, 10 Nov 2020 13:56:31 +0000 Received: from firost (larco.ioguix.net [82.66.0.6]) by mail.dalibo.com (Postfix) with ESMTPSA id 530CA2061F; Tue, 10 Nov 2020 14:56:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.com; s=a; t=1605016588; bh=UKg8Z4MppoLl3d6m7b82q6JDEnjc6N0mGyz5Qtse6WI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KNMetGDDD3mJFL4Jou8KTsZtkRC4d6bvtaTaTka0MuGTM16pXemLIkc4cS2uQQdv/ 1pLqLGNUPQV8Eryx/Q6/5VOmhwdSVLoHmNPzLQEo05CQ/DlTF5wfRgC5MTKq3rNiZn Raggmfdjf+BtVGaRDqlO2L/FZmM4VG+tHVik9LEE= Date: Tue, 10 Nov 2020 14:56:27 +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: <20201110145627.07954db0@firost> In-Reply-To: References: <20201105190206.4358b61d@firost> <20201109114034.2cc8aab5@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 13:57:22 +0800 Craig Ringer wrote: > [...] > > so apparently the TAP tests aren't built/enabled for any RHEL/CentOS > versions in -13. The same is true for 10 and up, at least. > > That's ... surprising. There's no comment to indicate why. > > Git logs suggest the cause is commit 511834297 "Disable tap tests on RHEL > 7" . I think the package in question is perl-Test-Simple a.k.a > 'perl(Test::Simple)'. That's surprising. Grep'ing postgresql source doesn't catch anything about Test::Simple. TAP tests in PostgreSQL sources rely on Test::More which is part of the official Perl core modules at least since 5.8.0... Do I miss something? > It looks like the test should be updated to enable them for RHEL 8 at least. > > I don't really feel like wrestling builds for an obsolete OS version to get > these packaged for EL-7 though. EL7 is still very popular. A lot of new upgrade/packages are still going to EL7, at least for maintenance. Regards,