pgsql: Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Date: 2017-04-05 15:12:34
Message-ID: E1cvmbq-0000Yw-MA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.

This improves code coverage and lays a foundation for testing
similar issues in a distributed environment.

Author: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4deb413813f619b3e859abf435b61efc09cafe09

Modified Files
--------------
.../isolation/expected/read-only-anomaly-2.out | 44 ++++++++++++++++++++++
.../isolation/expected/read-only-anomaly-3.out | 26 +++++++++++++
src/test/isolation/expected/read-only-anomaly.out | 25 ++++++++++++
src/test/isolation/isolation_schedule | 3 ++
src/test/isolation/isolationtester.c | 8 ++++
src/test/isolation/specs/read-only-anomaly-2.spec | 42 +++++++++++++++++++++
src/test/isolation/specs/read-only-anomaly-3.spec | 39 +++++++++++++++++++
src/test/isolation/specs/read-only-anomaly.spec | 38 +++++++++++++++++++
8 files changed, 225 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-05 15:49:52 pgsql: hash: Fix write-ahead logging bug.
Previous Message Peter Eisentraut 2017-04-05 13:04:21 Re: pgsql: dblink: Replace some macros by static functions