Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsL0F-006QD7-Gm for buildfarm-members@arkaria.postgresql.org; Thu, 04 Apr 2024 11:11:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rsL0E-003BgN-Fg for buildfarm-members@arkaria.postgresql.org; Thu, 04 Apr 2024 11:11:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsL0E-003BgF-8P for buildfarm-members@lists.postgresql.org; Thu, 04 Apr 2024 11:11:30 +0000 Received: from dd25110.kasserver.com ([85.13.146.49]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rsL0B-000aYi-6P for buildfarm-members@postgresql.org; Thu, 04 Apr 2024 11:11:29 +0000 Received: from [192.168.0.101] (ip-037-201-153-175.um10.pools.vodafone-ip.de [37.201.153.175]) by dd25110.kasserver.com (Postfix) with ESMTPSA id 5D7F2E1A011D; Thu, 4 Apr 2024 13:11:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=technowledgy.de; s=kas202308201259; t=1712229085; bh=c+EFmsdlSIkA+2yGLlok9rIoCarOr9W68mOvBa0DnKA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=N1ZHdgITTN5CyS4bkHuAcONUIZWLYnPAOlsMNBs5q0+e4+ZIebqGJcLp0+De1+3mt pklns2+SQ9lz1XsxDXkNHLrJSsaceJVgJ242/qW4uVlGR/If60wCNOLdtlhlQadrim GgNO53S3Ov0JVaG0GKbEXZ0ui327jdGDvZdAIJBw4O4A9kA94EKAtm8M1TX2QxKKJo MWFhUxTyFLvtH6wQ4A7r1BppPk3c+AaT1LWEoCE05azEweS2veYigyUHeJljmB8d5i /q4NErXwFCz5OE//PKMcf9lLV5znh+UHDwiMVWb+6SQr3WuEFhrdxgBnS1iE5bCu6Y JsHeHOCmvBEkw== Message-ID: <416bf872-ad5e-478b-92df-6df93f6b2f1a@technowledgy.de> Date: Thu, 4 Apr 2024 13:11:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: SSL tests Content-Language: en-US To: Gael Le Mignot Cc: buildfarm-members@postgresql.org, Daniel Gustafsson , Andrew Dunstan References: From: Wolfgang Walther In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: - List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Gael Le Mignot: > > # run extra TAP tests if listed here # These are the ones omitted > > without the setting # on a secure single user system it makes sense > > to enable these # PG_TEST_EXTRA => "ssl ldap kerberos", > > I enabled this on my animal "mule", but I'm not sure how to check if the > additional tests were actually run or not. You can see that the PG_TEST_EXTRA variable is set in your build_env now: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mule&dt=2024-04-04%2010%3A10%3A14 However, the test doesn't run, yet, I think. You'll need to add --enable-tap-tests in config options to begin with. Best, Wolfgang