Re: Small issue with kerberos tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Maxim Orlov <orlovmg@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-18T18:41:43Z
Lists: pgsql-hackers
Maxim Orlov <orlovmg@gmail.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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix missing "use Test::More" in Kerberos.pm.
- 71ee96e9f958 17.7 landed
- 5e8f05cd70a6 19 (unreleased) landed
- 4483dd9c66fa 18.0 landed