v1-0001-BAIL_OUT-properly-if-krb5-config-is-not-Kerberos-.patch
application/octet-stream
Filename: v1-0001-BAIL_OUT-properly-if-krb5-config-is-not-Kerberos-.patch
Type: application/octet-stream
Part: 0
Message:
Small issue with kerberos tests
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: BAIL_OUT properly if krb5-config is not Kerberos 5
| File | + | − |
|---|---|---|
| src/test/perl/PostgreSQL/Test/Kerberos.pm | 1 | 0 |
From ccf39079b94590437fd386c49f6c8d7eb6c0dc1d Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Mon, 18 Aug 2025 17:55:41 +0300 Subject: [PATCH v1] BAIL_OUT properly if krb5-config is not Kerberos 5 --- src/test/perl/PostgreSQL/Test/Kerberos.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/perl/PostgreSQL/Test/Kerberos.pm b/src/test/perl/PostgreSQL/Test/Kerberos.pm index b72dd2fbaf4..07a1ea899d0 100644 --- a/src/test/perl/PostgreSQL/Test/Kerberos.pm +++ b/src/test/perl/PostgreSQL/Test/Kerberos.pm @@ -9,6 +9,7 @@ package PostgreSQL::Test::Kerberos; use strict; use warnings FATAL => 'all'; use PostgreSQL::Test::Utils; +use Test::More; our ( $krb5_bin_dir, $krb5_sbin_dir, $krb5_config, $kinit, -- 2.50.1