pgsql: oauth: Remove timeout from t/002_client when not needed

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: oauth: Remove timeout from t/002_client when not needed
Date: 2025-04-03 19:14:02
Message-ID: E1u0Q0o-002VJn-1T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)champion(at)enterprisedb(dot)com>
Reported-by: Andres Freund <andres(at)anarazel(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-03 20:03:21 pgsql: Fix oversight in commit 0dca5d68d.
Previous Message Jeff Davis 2025-04-03 18:05:32 pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.