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 1nKI5o-0003xK-91 for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Feb 2022 11:03:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nKI5m-0001Dw-Us for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Feb 2022 11:03:26 +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 1nKI5m-0001Dm-LA for pgsql-hackers@lists.postgresql.org; Wed, 16 Feb 2022 11:03:26 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nKI5k-00066R-0W for pgsql-hackers@postgresql.org; Wed, 16 Feb 2022 11:03:25 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 4F9DA5C01C5; Wed, 16 Feb 2022 06:03:23 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 16 Feb 2022 06:03:23 -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=j55vx+NT5XfUogC4FnhTCiO/FVURGLjdSVQYbK+ofLY=; b=Btk6h+in RzmxEP6zXWbgVAbuev6rT5j7qdq4lsqjZXjAvJEaidQQWpaO1YPHF9GWcuYFVn3b huIuVKiwXk14JhOjRfBDnPt4GRCvWkVP+NdWK4TZXjGzRsVi6SLcA5bgDOsvwc8Y Ly9adrO3sCm6/63AbDi9PsYfeabq7jQ+HUq43DwBam2A1eRtCFMnr8M8MnS2ij8j W661gGdAvA+OFolCkV5bVcxytZith0nwNX1Q2Qp5bKjf9w6gqwXarKDF3mgVQhJz iwwdgJ9Tg3L7tQ2rUXi8d2g3GGNqxENJWmQj35Oeki7ViDmnEHwnoAjjJ4I3FVtw Jm9YyPEvUd0ncA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjeeigddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeefjeegheetuefhveevudel ueeftdejteeiffetvdduhfdtieefgfeutedtveeggfenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 16 Feb 2022 06:03:22 -0500 (EST) Message-ID: Date: Wed, 16 Feb 2022 12:03:21 +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: bailing out in tap tests nearly always a bad idea Content-Language: en-US To: Andres Freund , pgsql-hackers@postgresql.org References: <20220213232249.7sevhlioapydla37@alap3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20220213232249.7sevhlioapydla37@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 14.02.22 00:22, Andres Freund wrote: > Does anybody want to defend / explain the use of BAIL_OUT? I think this was my mistake when this was originally added. I agree it should be changed.