Re: Kerberos test suite

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Kerberos test suite
Date: 2018-02-28 15:43:43
Message-ID: 7833fb7c-601e-64e8-d9d1-cdd2d5f11f1e@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/27/18 00:56, Thomas Munro wrote:
> FWIW it passes for me if I add this:
>
> +elsif ($^O eq 'freebsd')
> +{
> + $krb5_bin_dir = '/usr/local/bin';
> + $krb5_sbin_dir = '/usr/local/sbin';

I suppose you only need the second one, right? The first one should be
in the path.

> +}
>
> One thing that surprised me is that your test runs my system's
> installed psql command out of my $PATH, not the one under test. Is
> that expected?

Oh, you probably have a psql in /usr/local/bin, which we prepend to the
path, per the above. We should probably append instead. The ldap test
suite has the same issue.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-02-28 15:54:11 Re: Let's remove DSM_INPL_NONE.
Previous Message Nikhil Sontakke 2018-02-28 15:42:42 Re: [HACKERS] logical decoding of two-phase transactions