pgsql: oauth: Remove timeout from t/002_client when not needed - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: oauth: Remove timeout from t/002_client when not needed
Date
Msg-id E1u0Q0o-002VJn-1T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
oauth: Remove timeout from t/002_client when not needed

The connect_timeout=1 setting for the --hang-forever test was left in
place and used by later tests, causing unexpected timeouts on slower
buildfarm animals. Remove it when no longer needed.

Per buildfarm member skink, reported by Andres on Discord.

Author: Jacob Champion <jacob.champion@enterprisedb.com>
Reported-by: Andres Freund <andres@anarazel.de>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/46c4c7cbc6d562d5f1b784fea9527c998c190b99

Modified Files
--------------
src/test/modules/oauth_validator/t/002_client.pl | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix oversight in commit 0dca5d68d.