pgsql: Add isolation tests for the combination of EPQ and triggers.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add isolation tests for the combination of EPQ and triggers.
Date: 2019-10-04 21:37:01
Message-ID: E1iGVG1-0001KJ-Qg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add isolation tests for the combination of EPQ and triggers.

As evidenced by bug #16036 this area is woefully under-tested. Add
fairly extensive tests for the combination.

Backpatch back to 9.6 - before that isolationtester was not capable
enough. While we don't backpatch tests all the time, future fixes to
trigger.c would potentially look different enough in 12+ from the
earlier branches that introducing bugs during backpatching is more
likely than normal. Also, it's just a crucial and undertested area of
the code.

Author: Andres Freund
Discussion: https://postgr.es/m/16036-28184c90d952fb7f@postgresql.org
Backpatch: 9.6-, the earliest these tests work

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0cbc72ca72d4d7bdfecea6244bce6d5fb94e2e1a

Modified Files
--------------
.../isolation/expected/eval-plan-qual-trigger.out | 2587 ++++++++++++++++++++
src/test/isolation/isolation_schedule | 1 +
.../isolation/specs/eval-plan-qual-trigger.spec | 409 ++++
3 files changed, 2997 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-10-04 21:37:04 pgsql: Add isolation tests for the combination of EPQ and triggers.
Previous Message Andres Freund 2019-10-04 21:36:58 pgsql: Add isolation tests for the combination of EPQ and triggers.