pgsql: Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing ti

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing ti
Date: 2022-03-05 02:56:44
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.

Currently, only contrib/test_decoding has this property. Use \getenv to
load the timeout value.

Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/766075105c21442418359221e0a0da43040b273c

Modified Files
--------------
contrib/test_decoding/expected/twophase.out | 5 ++++-
contrib/test_decoding/sql/twophase.sql | 5 ++++-
src/test/regress/expected/stats.out | 5 ++++-
src/test/regress/sql/stats.sql | 5 ++++-
4 files changed, 16 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-05 06:01:02 pgsql: ci: windows: Work around cirrus-ci bug causing test failures.
Previous Message Tom Lane 2022-03-04 18:24:12 pgsql: Fix pg_regress to print the correct postmaster address on Window