]> granicus.if.org Git - postgresql/commit
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Apr 2017 15:04:36 +0000 (10:04 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Apr 2017 15:04:36 +0000 (10:04 -0500)
commit4deb413813f619b3e859abf435b61efc09cafe09
treee672df265309fe1f280f6d9563d6bd440960e52c
parente59b74a3fc524a658172d9ec9f1728da89136bce
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.munro@enterprisedb.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
src/test/isolation/expected/read-only-anomaly-2.out [new file with mode: 0644]
src/test/isolation/expected/read-only-anomaly-3.out [new file with mode: 0644]
src/test/isolation/expected/read-only-anomaly.out [new file with mode: 0644]
src/test/isolation/isolation_schedule
src/test/isolation/isolationtester.c
src/test/isolation/specs/read-only-anomaly-2.spec [new file with mode: 0644]
src/test/isolation/specs/read-only-anomaly-3.spec [new file with mode: 0644]
src/test/isolation/specs/read-only-anomaly.spec [new file with mode: 0644]