Re: Small issue with kerberos tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Maxim Orlov <orlovmg(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Small issue with kerberos tests
Date: 2025-08-18 18:41:43
Message-ID: 433897.1755542503@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Maxim Orlov <orlovmg(at)gmail(dot)com> writes:
> Recently, I attempted to run the entire set of pg tests with
> PG_TEST_EXTRA="kerberos ..." on NetBSD but encountered
> a problem. The kerberos/001_auth and
> libpq/005_negotiate_encryption.pl test failed with an incomprehensible
> message:
> [01:55:38.737](3.698s) # setting up Kerberos
> # Running: krb5-config --version
> Undefined subroutine &PostgreSQL::Test::Kerberos::BAIL_OUT called at
> /home/omg/proj/postgres/src/test/perl/PostgreSQL/Test/Kerberos.pm line 109.

Replicated here on FreeBSD (after hot-wiring the script to not know it
should use /usr/local/bin/krb5-config).

It looks like every other use of BAIL_OUT is in a file that does
have "use Test::More", so this is the only such oversight.
Will push, thanks for the report!

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Doruk Yilmaz 2025-08-18 18:55:19 Re: [Patch] add new parameter to pg_replication_origin_session_setup
Previous Message Sami Imseih 2025-08-18 18:06:42 Re: Improve LWLock tranche name visibility across backends