Re: kerberos/001_auth test fails on arm CPU darwin

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bilal Yavuz <byavuz81(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: kerberos/001_auth test fails on arm CPU darwin
Date: 2022-09-27 10:29:31
Message-ID: 8a1a79e3-d4c4-8e81-2013-eeed2a3732ac@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.09.22 03:37, Andres Freund wrote:
> Maybe we should rely on PATH, rather than hardcoding OS dependent locations?
> Or at least fall back to seach binaries in PATH? Seems pretty odd to hardcode
> all these locations without a way to influence it from outside the test.

Homebrew intentionally does not install the krb5 and openldap packages
into the path, because they conflict with macOS-provided software.
However, those macOS-provided variants don't provide all the pieces we
need for the tests.

Also, on Linux you need /usr/sbin, which is often not in the path.

So I think there is no good way around hardcoding a lot of these paths.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhang Mingli 2022-09-27 11:18:00 Re: Add more docs for pg_surgery?
Previous Message shiy.fnst@fujitsu.com 2022-09-27 10:28:27 Fix some newly modified tab-complete changes