Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner <kgrittn@postgresql.org>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/expected/read-only-anomaly-2.out | added | +44 −0 |
| src/test/isolation/expected/read-only-anomaly-3.out | added | +26 −0 |
| src/test/isolation/expected/read-only-anomaly.out | added | +25 −0 |
| src/test/isolation/isolation_schedule | modified | +3 −0 |
| src/test/isolation/isolationtester.c | modified | +8 −0 |
| src/test/isolation/specs/read-only-anomaly-2.spec | added | +42 −0 |
| src/test/isolation/specs/read-only-anomaly-3.spec | added | +39 −0 |
| src/test/isolation/specs/read-only-anomaly.spec | added | +38 −0 |