pgsql: Raise some timeouts to 180s, in test code.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Raise some timeouts to 180s, in test code.
Date: 2018-12-11 04:20:41
Message-ID: E1gWZXF-0007yR-DQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Raise some timeouts to 180s, in test code.

Slow runs of buildfarm members chipmunk, hornet and mandrill saw the
shorter timeouts expire. The 180s timeout in poll_query_until has been
trouble-free since 2a0f89cd717ce6d49cdc47850577823682167e87 introduced
it two years ago, so use 180s more widely. Back-patch to 9.6, where the
first of these timeouts was introduced.

Reviewed by Michael Paquier.

Discussion: https://postgr.es/m/20181209001601.GC2973271@rfd.leadboat.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eff12423391637b04b3426db57c5eda93161a0b8

Modified Files
--------------
src/test/isolation/README | 4 ++--
src/test/isolation/isolationtester.c | 16 ++++++++--------
src/test/recovery/t/006_logical_decoding.pl | 4 ++--
src/test/recovery/t/010_logical_decoding_timelines.pl | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-11 16:22:56 pgsql: Doc: improve documentation about ALTER LARGE OBJECT requirements
Previous Message Tom Lane 2018-12-10 16:13:04 pgsql: Add stack depth checks to key recursive functions in backend/nod