pgsql: Disable one set of tests from c8841199509.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable one set of tests from c8841199509.
Date: 2019-10-05 04:45:26
Message-ID: E1iGbwc-0004Ow-H2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable one set of tests from c8841199509.

One of the upsert related tests is unstable (sometimes even hanging
until isolationtester's step timeout is reached). Based on preliminary
analysis that might be a problem outside of just that test, but not
really related to EPQ and triggers. Disable for now, to get the
buildfarm greener again.

Discussion: https://postgr.es/m/20191004222437.45qmglpto43pd3jb@alap3.anarazel.de
Backpatch: 9.6-, just like c8841199509.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e61d75f5258dc395c131ad5edd712852e29939e

Modified Files
--------------
.../isolation/expected/eval-plan-qual-trigger.out | 219 +--------------------
.../isolation/specs/eval-plan-qual-trigger.spec | 21 +-
2 files changed, 13 insertions(+), 227 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-10-05 04:45:28 pgsql: Disable one set of tests from c8841199509.
Previous Message Andres Freund 2019-10-04 21:37:09 pgsql: Add isolation tests for the combination of EPQ and triggers.