]> granicus.if.org Git - postgresql/commit
Add some isolation tests for deadlock detection and resolution.
authorRobert Haas <rhaas@postgresql.org>
Thu, 11 Feb 2016 13:38:09 +0000 (08:38 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 11 Feb 2016 13:38:09 +0000 (08:38 -0500)
commit4c9864b9b4d87d02f07f40bb27976da737afdcab
treed8c4bd57fc2b2424ae27c34c8e22f937991815d9
parent38f8bdcac4982215beb9f65a19debecaf22fd470
Add some isolation tests for deadlock detection and resolution.

Previously, we had no test coverage for the deadlock detector.
src/test/isolation/expected/deadlock-hard.out [new file with mode: 0644]
src/test/isolation/expected/deadlock-simple.out [new file with mode: 0644]
src/test/isolation/expected/deadlock-soft-2.out [new file with mode: 0644]
src/test/isolation/expected/deadlock-soft.out [new file with mode: 0644]
src/test/isolation/isolation_schedule
src/test/isolation/specs/deadlock-hard.spec [new file with mode: 0644]
src/test/isolation/specs/deadlock-simple.spec [new file with mode: 0644]
src/test/isolation/specs/deadlock-soft-2.spec [new file with mode: 0644]
src/test/isolation/specs/deadlock-soft.spec [new file with mode: 0644]