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 1mXOY5-0001im-Qn for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 04 Oct 2021 14:02: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 1mXOY3-0002Yt-NS for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 04 Oct 2021 14:02:31 +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 1mXOY3-0002Yl-IB for pgsql-pkg-debian@lists.postgresql.org; Mon, 04 Oct 2021 14:02:31 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXOXw-00080F-Pb for pgsql-pkg-debian@postgresql.org; Mon, 04 Oct 2021 14:02:31 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4HNMq270X5z3Dyf; Mon, 4 Oct 2021 16:02:22 +0200 (CEST) Date: Mon, 4 Oct 2021 16:02:21 +0200 From: Christoph Berg To: Herwin Weststrate Cc: "pgsql-pkg-debian@postgresql.org" Subject: Re: Missing package postgresql-14-pgtap Message-ID: Mail-Followup-To: Christoph Berg , Herwin Weststrate , "pgsql-pkg-debian@postgresql.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Herwin Weststrate > Hello, > > After attempting to upgrade to Postgres 14, I noticed the package postgresql-14-pgtap is missing from the Debian repository. Hi, that's because pgtap hasn't released a version compatible with PG 14 yet: https://pgdgbuild.dus.dg-i.net/view/Binaries-Beta/job/pgtap-binaries-beta/14/architecture=amd64,distribution=sid/console 22:15:25 --- /<>/test/expected/hastap.out 2019-11-25 19:03:44.000000000 +0000 22:15:25 +++ /<>/results/hastap.out 2021-08-12 20:15:19.388123291 +0000 22:15:25 @@ -500,22 +500,40 @@ 22:15:25 ok 498 - has_operator( left, name, right ) fail should fail 22:15:25 ok 499 - has_operator( left, name, right ) fail should have the proper description 22:15:25 ok 500 - has_operator( left, name, right ) fail should have the proper diagnostics 22:15:25 -ok 501 - has_leftop( schema, name, right, result, desc ) should pass 22:15:25 +not ok 501 - has_leftop( schema, name, right, result, desc ) should pass 22:15:25 +# Failed test 501: "has_leftop( schema, name, right, result, desc ) should pass" 22:15:25 +# have: false 22:15:25 +# want: true ... https://github.com/theory/pgtap/issues/276 Christoph