pgsql: Modify the isolation tester so that multiple sessions can wait. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Modify the isolation tester so that multiple sessions can wait.
Date
Msg-id E1aTrQX-0005eX-91@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modify the isolation tester so that multiple sessions can wait.

This allows testing of deadlock scenarios.  Scenarios that would
previously have been considered invalid are now simply taken as a
scenario in which more than one backend will wait.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/38f8bdcac4982215beb9f65a19debecaf22fd470

Modified Files
--------------
src/test/isolation/README            |   9 +-
src/test/isolation/isolationtester.c | 330 ++++++++++++++++++++---------------
2 files changed, 194 insertions(+), 145 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Specify permutations for isolation tests with "invalid" permutat
Next
From: Robert Haas
Date:
Subject: pgsql: Add some isolation tests for deadlock detection and resolution.