pgsql: For Kerberos testing, disable DNS lookups - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: For Kerberos testing, disable DNS lookups
Date
Msg-id E1pkveT-001wGu-TK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
For Kerberos testing, disable DNS lookups

Similar to 8dff2f224, this disables DNS lookups by the Kerberos library
to look up the KDC and the realm while the Kerberos tests are running.
In some environments, these lookups can take a long time and end up
timing out and causing tests to fail.  Further, since this isn't really
our domain, we shouldn't be sending out these DNS requests during our
tests.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/154bcce3ba9d9817bdb5bd628b611d56fc434c46

Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 7 +++++++
1 file changed, 7 insertions(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Show more detail in heapam rmgr descriptions.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Show more detail in nbtree rmgr descriptions.